Add partial layouts for header and footer

This commit is contained in:
Philipp Oppermann
2016-02-14 15:31:01 +01:00
parent bccf9f9166
commit fc6653d780
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
</main>
<footer class="footer">
<small>
&copy; <time datetime="{{ .Site.LastChange.Format "2006" }}">
{{ .Site.LastChange.Format "2006" }}
</time>. All rights reserved. <a href="TODO">Contact</a>
</small>
</footer>
</body>
</html>