{% extends "base.html" %} {% block site_meta %} {% if page.meta and page.meta.description %} {% endif %} {% if page.meta and page.meta.author %} {% elif page.authors %} {% 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 %} {% if page %} {% endif %} {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.meta_title and config.theme.language == "en" %} {{ page.meta.meta_title }} {% elif page.meta and page.meta.title %} {{ page.meta.title }} - {{ config.site_name }} {% elif page.title and not page.is_homepage %} {{ page.title | striptags }} - {{ config.site_name }} {% else %} {{ config.site_name }} {% endif %} {% endblock %} {% block extrahead %} {% if config.extra.privacy_guides.translation_stylesheet %} {% endif %} {% if page and page.meta and page.meta.robots %} {% else %} {% endif %} {% if config.extra.context == "production" %} {% endif %} {% if page and page.meta and page.meta.schema %} {% endif %} {% endblock %} {% if config.theme.language == "en" %} {% block announce %} We don't run ads, we don't use affiliate links, and we don't have paywalls. We rely on our readers to build this community and spread the word.
If you've received $3 worth of knowledge here, please donate today if you're able to. It really helps. {% include ".icons/material/heart.svg" %} Donate now {% include ".icons/material/arrow-right.svg" %}
{% endblock %} {% endif %}