{% if DUCKDUCKGOSEARCHURL %}
{% endif %} {% if BIO_IMAGE %}
{% endif %}

Pages

    {% for title, link in MENUITEMS %}
  • {{ title }}
  • {% endfor %} {% if DISPLAY_PAGES_ON_MENU %} {% for p in pages %} {{ p.title }} {% endfor %} {% endif %}
{% if DISPLAY_CATEGORIES_ON_MENU %}

Categories

    {% for cat, null in categories %} {{ cat }} {% endfor %}
{% endif %}
{% if LINKS %}

Blogroll

{% for name, link in LINKS %}
  • {{ name }}
  • {% endfor %}
    {% endif %} {% if SOCIAL %}

    My Socials

    {% for name, link in SOCIAL %}
  • {{ name }}
  • {% endfor %}
    {% endif %} {% if series.items() %}

    Here are some post series

    {% for series_name, series_articles in series.items() %} {% set article = series_articles[0] %}

    {{ series_name }}

    • Start
    {% endfor %}
    {% endif %} {% if WEBRING_FEED_URLS %}

    Webring

    {% for article in webring_articles %}

    {{ article.title }}

    {{ article.date|strftime('%d %B %Y') }}

    {% endfor %}
    {% endif %} {% if FEDIRING sameas True %}

    Fediring

    - {% if FEDIRINGRANDOM sameas True %} Fediring {% endif %} →

    {% endif %} {% if CONTACT_EMAIL or CONTACT_PHONE_NUM or CONTACT_HOME_ADDR %}

    Get in touch

      {% if CONTACT_EMAIL %}
    • {{ CONTACT_EMAIL }}
    • {% endif %} {% if CONTACT_PHONE_NUM %}
    • {{ CONTACT_PHONE_NUM }}
    • {% endif %} {% if CONTACT_HOME_ADDR %}
    • {{ CONTACT_HOME_ADDR }}
    • {% endif %}
    {% endif %}

    © Untitled. All rights reserved. Original design inspired by: HTML5 UP.
    Proudly powered by Pelican, which takes great advantage of Python.
    Modifed by Jeff MacKinnon

    {% if SITELICENSE %} {{ SITELICENSE }} {% endif %}