add Best-Of selection to About page
[Ultimately_Untrue_Thought.git] / theme / templates / base.html
index 2f1e761..b7d97f7 100644 (file)
            </div>
            {% if pages %}
              <nav class="pages">
            </div>
            {% if pages %}
              <nav class="pages">
+                <a href="{{ SITEURL }}/archives/">Archives</a>
+                -
                {% for p in pages %}
                {% for p in pages %}
-                         <a href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a>
-                         {% if not loop.last %}-{% endif %}
+                 <a href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a>
+                 {% if not loop.last %}-{% endif %}
                {% endfor %}
                {% endfor %}
-                -
-                <a href="{{ SITEURL }}/archives/">Archives</a>
              </nav>
            {% endif %}
            <a href="{{ SITEURL }}" class="title">☆✦ {{ SITENAME }} ✦☆♀ …</a>
              </nav>
            {% endif %}
            <a href="{{ SITEURL }}" class="title">☆✦ {{ SITENAME }} ✦☆♀ …</a>