website/themes/hugo-theme-wave/layouts/partials/footer.html

12 lines
437 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">
2020-01-12 21:19:32 +01:00
&copy; {{ now.Format "2006" }} <a href="https://git.paulbsd.com/paulbsd">paulbsd</a>. <br>
2020-01-12 21:05:46 +01:00
{{ with .Site.Params.copyright }}{{ . | markdownify}}{{ end }}
</footer>
2020-02-09 11:50:54 +01:00
<footer id="footer-right"> <a href="">Reference</a><a href="">Command</a><a id="dip"></a></footer>
2020-01-12 14:14:15 +01:00
</div>
</div>
2020-02-09 11:50:54 +01:00
</footer>