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

9 lines
305 B
HTML

<div class="container-xxl">
<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" . }}