summaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-05-21 21:41:35 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-05-21 21:41:35 +0200
commit555e95319513c7c8289ffe9d188ca1899e5cf70d (patch)
tree261d25f66986f42ae7f8ac6455011191cd14c423 /layouts/partials/footer.html
downloadblog-555e95319513c7c8289ffe9d188ca1899e5cf70d.tar.gz
blog-555e95319513c7c8289ffe9d188ca1899e5cf70d.zip
migrate to hugo
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..87a4c15
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,10 @@
+ <footer role="contentinfo">
+ <div class="hr"></div>
+ <div class="footer-link">
+ {{ with .Site.Params.email }}<a href="mailto:{{ . }}" target="_blank">Email</a>{{ end }}
+ {{ with .Site.Params.github }}<a href="{{ . }}" target="_blank">GitHub</a>{{ end }}
+ </div>
+ </footer>
+</div>
+</body>
+</html>