nextDESIGN/layouts/partials/footer.html

17 lines
417 B
HTML
Raw Normal View History

2020-05-15 20:17:59 +02:00
<p>
{{ with .Site.Params.copyrighthtml }}
{{ . | safeHTML }}
{{ end }}
</p>
{{ with .Site.GetPage "/imprint" }}
<p>
<a href="{{ .Permalink }}">{{ .Site.Params.imprinttext }}</a>
</p>
{{ end }}
<p>Last updated: {{ .Lastmod.Format "2006-01-02" }}
{{ $giturl := .Site.Params.giturl }}
{{- with .GitInfo }}
(<a href="{{ $giturl }}" target="_blank">{{ .AbbreviatedHash }}</a>)
{{- end -}}
</p>