This repository has been archived on 2022-01-14. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-11-29 21:30:06 -05:00
|
|
|
<p>{{ .Site.Copyright }}</p>
|
2021-11-30 09:54:28 -05:00
|
|
|
<p>
|
|
|
|
Last updated: {{ .Lastmod.Format "January 2, 2006" }}
|
2021-11-30 21:52:24 -05:00
|
|
|
{{ with .GitInfo }}<a href="{{$.Site.Params.GitRepo}}/commit/{{ .Hash }}">
|
2021-11-30 09:54:28 -05:00
|
|
|
{{ .Subject }} ({{ .AbbreviatedHash }})</a>
|
|
|
|
{{ end }}</p>
|
|
|
|
|
2021-11-29 21:30:06 -05:00
|
|
|
<nav>
|
2021-11-30 21:52:24 -05:00
|
|
|
{{ range .Site.Menus.footer }}
|
2021-11-29 21:30:06 -05:00
|
|
|
<a href="{{ .URL }}">{{ .Name }}</a>
|
|
|
|
{{ end }}
|
|
|
|
</nav>
|