{% if DISPLAY_PAGES_ON_MENU %} {% for p in pages %} {% if p.url != "index.html" %} {{ p.title }} | {% endif %} {% endfor %} {% endif %} {% if INDEX_SAVE_AS and INDEX_SAVE_AS != "index.html" %} Blog | {% endif %} {% if FEED_ALL_ATOM %} Atom Feed | {% endif %} {% if FEED_ALL_RSS %} RSS Feed | {% endif %} {% for title, link in MENUITEMS %} {{ title }} {% if not loop.last %}|{% endif %} {% endfor %}
{% endblock header %} {% block subheader %}{% include "modules/blogsubheader.html" %}{% endblock subheader %}{{ SITENAME }}. Built using Pelican. Theme is subtle by Carey Metcalfe. Based on svbhack by Giulio Fidente.