hugo-theme-hax0r/layouts/partials/footer.html

7 lines
268 B
HTML
Raw Normal View History

2023-03-23 11:49:13 +01:00
<div id="nav-border" class="container">
<nav id="nav" class="nav justify-content-center">
{{ partial "menu.html" (dict "menuID" "footer" "page" .) }}
</nav>
</div>
<p class="footer boxed">Copyright (c) {{ now.Format "2006"}} <a href="/about/" >GoatFoo</a></p>