{% if SITELOGO %} {{ SITETITLE }} {% else %} {{ SITETITLE }} {% endif %}

{{ SITETITLE }}

{% if SITESUBTITLE %}

{{ SITESUBTITLE }}

{% endif %} {% if PLUGINS %} {% if ('tipue_search' in PLUGINS or 'pelican.plugins.tipue_search' in PLUGINS) %}
{% elif 'pelican.plugins.search' in PLUGINS %}
{% endif %} {% endif %} {% if (pages and DISPLAY_PAGES_ON_MENU) or LINKS %}
    {# Open links in new window depending on the LINKS_IN_NEW_TAB setting #} {% macro get_target(link) -%} {%- if LINKS_IN_NEW_TAB in ('all', true) -%} _blank {%- elif LINKS_IN_NEW_TAB == "external" and not link.startswith("/") and not link.startswith(SITEURL) -%} _blank {%- else -%} _self {%- endif -%} {%- endmacro %} {% if PAGES_SORT_ATTRIBUTE -%} {% set pages = pages|sort(attribute=PAGES_SORT_ATTRIBUTE) %} {%- endif %} {% if DISPLAY_PAGES_ON_MENU %} {% for page in pages %}
  • {{ page.title }}
  • {% endfor %} {% endif %} {% for name, link in LINKS %}
  • {{ name }}
  • {% endfor %}
{% endif %} {% if SOCIAL %} {% set solid = ['at', 'envelope', 'mailbox', 'rss'] %} {% set relme = ['at', 'envelope', 'mailbox', 'mastodon'] %}
    {% for name, link in SOCIAL %}
  • {% endfor %}
{% endif %}
{% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.aside %} {% endif %}