schedule Nixon quotepost, "Interlude XX", and "The Feeling Is Mutual"
[Ultimately_Untrue_Thought.git] / theme / templates / base.html
index 1f607d3..b7d97f7 100644 (file)
@@ -11,6 +11,7 @@
        <link rel="top" href="#" /><link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic|Source+Code+Pro' rel='stylesheet' type='text/css'></link>
        <link rel="stylesheet" href="{{ SITEURL }}/theme/css/{{ CSS_FILE }}" type="text/css" />
 
+        <script src="/theme/js/recent_comments.js"></script>
        {% block scripts %}
        {% endblock %}
 
            </div>
            {% if pages %}
              <nav class="pages">
+                <a href="{{ SITEURL }}/archives/">Archives</a>
+                -
                {% 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 %}
-                -
-                <a href="{{ SITEURL }}/archives/">Archives</a>
              </nav>
            {% endif %}
            <a href="{{ SITEURL }}" class="title">☆✦ {{ SITENAME }} ✦☆♀ …</a>
                   {% endfor %}
                 </aside>
 
+                <aside class="recent-comments">
+                  <h2>Recent Comments</h2>
+                  <div id="recent-comments-container"></div>
+                </aside>
+
                  </div>
 
          </div>