summary refs log tree commit diff stats
path: root/src/templates/layout.html
diff options
context:
space:
mode:
authorAlan Pearce2017-07-05 22:15:03 +0200
committerAlan Pearce2017-07-05 22:15:03 +0200
commitcff6bcc31d59ce9957567cc05c1ed7e364fb40ca (patch)
tree7de5191c9308860b9e83a271be07e6d85a179f95 /src/templates/layout.html
parentd01f2aa860b0d5f10dc8e143c4b1b9d420fc8fe0 (diff)
downloadhomestead-cff6bcc31d59ce9957567cc05c1ed7e364fb40ca.tar.lz
homestead-cff6bcc31d59ce9957567cc05c1ed7e364fb40ca.tar.zst
homestead-cff6bcc31d59ce9957567cc05c1ed7e364fb40ca.zip
Add rel=me links
Diffstat (limited to 'src/templates/layout.html')
-rw-r--r--src/templates/layout.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html
index 86eec59..6035209 100644
--- a/src/templates/layout.html
+++ b/src/templates/layout.html
@@ -18,5 +18,12 @@
       </nav>
     </header>
     <main></main>
+    <footer>
+      <ul class="contact-list">
+        <li>
+          <a rel="me" href="mailto:dog@johndoe.org">dog</a>
+        </li>
+      </ul>
+    </footer>
   </body>
 </html>