website/layouts/partials/footer.html

12 lines
472 B
HTML
Raw Normal View History

2020-01-12 14:14:15 +01:00
<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
2020-01-12 21:05:46 +01:00
<footer id="footer-left">
&copy; {{now.Format "2006"}} <a href="https://git.paulbsd.com/paulbsd">paulbsd</a>. <br>
{{ with .Site.Params.copyright }}{{ . | markdownify}}{{ end }}
</footer>
<footer id="footer-right"> <a href="">Reference</a> <a href="">Keybind</a> <a href="">Command</a> <a
href="">API</a> </footer>
2020-01-12 14:14:15 +01:00
</div>
</div>
2020-01-12 21:05:46 +01:00
</footer>