about summary refs log tree commit diff stats
path: root/templates/tags.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tags.html')
-rw-r--r--templates/tags.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/tags.html b/templates/tags.html
index 6a58055..79c1c09 100644
--- a/templates/tags.html
+++ b/templates/tags.html
@@ -11,6 +11,7 @@
       title="Site title"
       href="/atom.xml"
     />
+    <link href="" rel="canonical" />
     <style></style>
   </head>
   <body>
@@ -24,7 +25,7 @@
       </nav>
     </header>
     <main id="content">
-      <h3 style="margin-bottom: 0">Tags</h3>
+      <h3 class="filter">Tags</h3>
       <ul class="tags">
         <li class="h-feed">
           <a href="/tags/tag">#tag</a>
@@ -32,10 +33,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>