{#- This file was automatically generated - do not edit -#} {% import "partials/language.html" as lang with context %} {% block site_meta %} {% if page.meta and page.meta.description %} {% elif config.site_description %} {% endif %} {% if page.meta and page.meta.author %} {% elif config.site_author %} {% endif %} {% if page.canonical_url %} {% endif %} {% if page.previous_page %} {% endif %} {% if page.next_page %} {% endif %} {% if config.extra.alternate is iterable %} {% for alt in config.extra.alternate %} {% endfor %} {% endif %} {% if "rss" in config.plugins %} {% endif %} {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} {{ page.meta.title }} - {{ config.site_name }}