fix: Proper footer

main
earnest ma 2021-11-30 21:52:24 -05:00
parent 600dd9a8c1
commit 465fb8ae01
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
<p>{{ .Site.Copyright }}</p>
<p>
Last updated: {{ .Lastmod.Format "January 2, 2006" }}
{{ with .GitInfo }}<a class="hide-child link primary-color" href="{{$.Site.Params.GitRepo}}/commit/{{ .Hash }}">
{{ with .GitInfo }}<a href="{{$.Site.Params.GitRepo}}/commit/{{ .Hash }}">
{{ .Subject }} ({{ .AbbreviatedHash }})</a>
{{ end }}</p>
<nav>
{{ range .Site.Menus.main }}
{{ range .Site.Menus.footer }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
</nav>