about summary refs log tree commit diff stats
path: root/templates/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/list.html')
-rw-r--r--templates/list.html16
1 files changed, 7 insertions, 9 deletions
diff --git a/templates/list.html b/templates/list.html
index ffe29f0..74d6576 100644
--- a/templates/list.html
+++ b/templates/list.html
@@ -11,6 +11,7 @@
       title="Site Title"
       href="/atom.xml"
     />
+    <link href="" rel="canonical" />
     <style></style>
   </head>
   <body>
@@ -25,7 +26,7 @@
     </header>
     <main id="content">
       <div class="filter">
-        <h3>Tag</h3>
+        <h3 class="filter">Tag</h3>
         <small>
           <a href="../">Remove filter</a>
         </small>
@@ -33,11 +34,7 @@
       <ul class="h-feed">
         <li class="h-entry">
           <span>
-            <time
-              class="dt-published"
-              datetime="2000-12-31T12:33:02+02:00"
-              pubdate
-            >
+            <time class="dt-published" datetime="2000-12-31T12:33:02+02:00">
               2000-12-31
             </time>
           </span>
@@ -46,10 +43,11 @@
       </ul>
     </main>
     <footer>
-      Licensed under a
+      Content is
       <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"
-        >Creative Commons Attribution 4.0 International License</a
-      >.
+        >CC BY 4.0</a
+      >. <a href="https://git.alanpearce.eu/website/">Site source code</a> is
+      <a href="https://opensource.org/licenses/MIT">MIT</a>
     </footer>
   </body>
 </html>