about summary refs log tree commit diff stats
path: root/templates/homepage.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/homepage.html')
-rw-r--r--templates/homepage.html19
1 files changed, 9 insertions, 10 deletions
diff --git a/templates/homepage.html b/templates/homepage.html
index 5004340..d256e8c 100644
--- a/templates/homepage.html
+++ b/templates/homepage.html
@@ -11,6 +11,7 @@
       title=""
       href="/atom.xml"
     />
+    <link href="" rel="canonical" />
     <style></style>
   </head>
   <body>
@@ -30,11 +31,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>
@@ -47,19 +44,21 @@
         <ul class="elsewhere">
           <li>
             <a class="u-email" rel="me" href="mailto:user@example.com"
-            >user@example.com</a></li>
+              >user@example.com</a
+            >
+          </li>
           <li>
             <a class="u-url" rel="me" href="http://example.com">Example</a>
           </li>
-          </li>
         </ul>
       </section>
     </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>