check in
[Ultimately_Untrue_Thought.git] / theme / templates / base.html
index 36ca164..48029de 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 %}
-                       {% endfor %}
+                 <a href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a>
+                 {% if not loop.last %}-{% endif %}
+               {% endfor %}
              </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>
 
       <footer>
        <p>
-         ©2016–2018 {{ AUTHOR }} • <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a> This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/legalcode">Creative Commons Attribution 4.0 International License</a>.
+         ©2016–2021 {{ AUTHOR }} • <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a> This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/legalcode">Creative Commons Attribution 4.0 International License</a>.
         </p>
         <p>
-          Proudly powered by <a href="https://blog.getpelican.com/">Pelican</a>. Theme modified from <a href="https://github.com/fle/pelican-simplegrey">pelican-simplegrey</a>. <a href="http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git">Site source</a>.
+          Proudly powered by <a href="https://blog.getpelican.com/">Pelican</a>. Theme modified from <a href="https://github.com/fle/pelican-simplegrey">pelican-simplegrey</a>. Comments powered by <a href="https://posativ.org/isso/">Isso</a>. <a href="http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git">Site source</a>.
        </p>
 
       </footer>