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

9 lines
305 B
HTML
Raw Permalink Normal View History

2024-09-01 14:27:23 +00:00
<div class="container-xxl">
2024-10-14 19:54:59 +00:00
<footer>
<nav class="navbar fixed-bottom navbar-expand-lg bg-dark mt-auto py-3">
<div class="text-muted container-xl">Last Update : {{ dateFormat "2006-01-02 15:04 MST" now.Local }}</div>
</nav>
</footer>
</div>
{{ partial "script-js.html" . }}