{% if canonical_url %}
{% endif %}
{% block title %}{{ site_title }}{% endblock %}
{% if favicon_url %}
{% endif %} {% if has_platform_icons %}
{% endif %} {% if bundle_css %} {% if fontawesome_css_url %}
{% if not fontawesome_is_bundled %}
{% endif %} {% endif %}
{% else %} {% if fontawesome_css_url %}
{% endif %}
{% 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 inline_theme_js and theme_js_content %} {% else %} {% endif %} {% 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 %} {% if with_graph %}
Graph
{% endif %} {% block feed_nav_links %}
RSS
Atom
{% endblock %}
☀️
🌙
Theme
{% block content %}{% endblock %}