{% set title = config.languages[language].title %} {% set description = config.languages[language].description %} {% if section %} {% set title = translate(section, language) | capitalize %} {% set description = title %} {% elif not home %} {% set title = post.title %} {% set description = post.description %} {% endif %} {% include "components/head.j2" %}
{% include "components/header.j2" %} {% include "components/social.j2" %} {% if config.pagefind %} {% include "components/search.j2" %} {% endif %}