{% if canonical_url %}
{% endif %}
{% block title %}{{ site_title }}{% endblock %}
{% if favicon_url %}
{% endif %} {% if has_platform_icons %}
{% endif %} {% if fontawesome_css_url %}
{% endif %}
{% if extra_stylesheets %} {% for stylesheet in extra_stylesheets %}
{% endfor %} {% endif %} {% block feed_links %}
{% endblock %} {% block site_author_meta %} {% if default_author %}
{% endif %} {% endblock %} {% block meta_tags %}{% endblock %} {% if prev_page_url %}
{% endif %} {% if next_page_url %}
{% endif %} {% block extra_head %}{% endblock %} {% for tag_spec in extra_head_tags %} {% for tag_name, attributes in tag_spec.items() %}<{{ tag_name }}{% for attr, value in attributes.items() %} {{ attr }}="{{ value }}"{% endfor %}> {% endfor %} {% endfor %}
Categories
Tags
Archive
{% if with_search %}
Search
{% endif %} {% if with_stats %}
Stats
{% endif %} {% if with_calendar %}
Calendar
{% endif %} {% block feed_nav_links %}
RSS
Atom
{% endblock %}
☀️
🌙
Theme
{% block content %}{% endblock %}