mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-20 16:07:49 +00:00
Add partial layouts for header and footer
This commit is contained in:
12
layouts/partials/footer.html
Normal file
12
layouts/partials/footer.html
Normal file
@@ -0,0 +1,12 @@
|
||||
</main>
|
||||
|
||||
<footer class="footer">
|
||||
<small>
|
||||
© <time datetime="{{ .Site.LastChange.Format "2006" }}">
|
||||
{{ .Site.LastChange.Format "2006" }}
|
||||
</time>. All rights reserved. <a href="TODO">Contact</a>
|
||||
</small>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user