{% if site.logo %} {{ site.short_title | default:site.title }} {% endif %}

{{ site.short_title | default:site.title }}

{% assign text = site.tagline | default:site.description %} {% if text %}

{{ text | markdownify | replace:'

','' | replace:'

','' }}

{% endif %}
{% include body/nav.html %}
{% assign author = site.data.authors.first[1] | default:site.author %}
{% include components/social.html author=author %}
{% if site.pivoine.sound %} {% assign sounds = site.data.sounds | where: 'default', true %}
[ SOUND ON ]
{% endif %}