Initial commit
This commit is contained in:
commit
e9839679e6
31 changed files with 911 additions and 0 deletions
16
layouts/partials/footer.html
Normal file
16
layouts/partials/footer.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue