X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/1d52e86052f68c0437cbd6b9a51155edba808a81..e254d72720e2aec267f747518e343902be75849a:/notes/templates/note_base.html

diff --git a/notes/templates/note_base.html b/notes/templates/note_base.html
index 3c8b559..d1c4bed 100644
--- a/notes/templates/note_base.html
+++ b/notes/templates/note_base.html
@@ -26,10 +26,10 @@
         <a href="http://www.djangoproject.com/"><img src="https://www.djangoproject.com/m/img/badges/djangopowered126x54.gif" width="126" height="54" alt="Powered by Django." title="Powered by Django." /></a>
       </div>
       <div id="footer-middle" class="col-lg-4 col-md-12 col-sm-12">
-        <p>
-          <a href="{% url "notes:note_list" %}">Home</a><br>
-          <a href="{% url "notes:archive_main" %}">Archive</a>
-        </p>
+        <ul>
+          <li><a href="{% url "notes:note_list" %}">Home</a></li>
+          <li><a href="{% url "notes:archive_main" %}">Archive</a></li>
+        </ul>
       </div>
       <div id="footer-right" class="col-lg-4 col-md-12 col-sm-12">
         This site contains random notes and thoughts by Patrick Canterino.<br>