about summary refs log tree commit diff stats
path: root/layouts/partials/sidebar.html
diff options
context:
space:
mode:
authorAlan Pearce2014-07-12 12:08:54 +0100
committerAlan Pearce2014-07-12 12:08:54 +0100
commit26aaf8603f69889ed24408cf82aaf8499b56e91b (patch)
treec5d5d44b0a2a34152ce334b54e180330213e8ec8 /layouts/partials/sidebar.html
parentd33683c9d2e739877f8f76d94d0e4cd929eeb038 (diff)
downloadhyde-26aaf8603f69889ed24408cf82aaf8499b56e91b.tar.lz
hyde-26aaf8603f69889ed24408cf82aaf8499b56e91b.tar.zst
hyde-26aaf8603f69889ed24408cf82aaf8499b56e91b.zip
Add contact info to sidebar
Diffstat (limited to 'layouts/partials/sidebar.html')
-rw-r--r--layouts/partials/sidebar.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index d8acf04..8f2da27 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -21,6 +21,14 @@
 					</ul>
 				</nav>
 
+				<aside class="contact">
+					<h3 class="contact-head">Contact me</h3>
+					<ul class="contact-list">
+						<li><a href="mailto:alan@alanpearce.uk">Email</a></li>
+						<li><a href="https://twitter.com/alanpearceuk">Twitter</a></li>
+					</ul>
+				</aside>
+
 				<footer>
 					Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
 				</footer>