add gpg link
All checks were successful
ci/woodpecker/push/hugo-build Pipeline was successful

This commit is contained in:
Vri 🌈 2023-07-16 17:32:19 +02:00
parent 1424e36ba8
commit 518c9c2ec5
Signed by: vrifox
GPG key ID: D40098E5B60B2197
2 changed files with 9 additions and 5 deletions

View file

@ -19,8 +19,12 @@ main:
# name: "Empfehlungen"
# pageref: "/blogroll/"
# weight: 5
footer_source:
footer:
- identifier: "gpg"
name: "GPG"
url: "/gpg/"
weight: 1
- identifier: "sourcecode"
name: "Quellcode"
url: "https://code.cozy.town/vri/website"
weight: 1
weight: 2

View file

@ -1,12 +1,12 @@
<footer>
<p>
<span title='{{ i18n "build-title-tag" }}{{ now | time.Format ":date_full" }}, {{ now | time.Format ":time_full" }}'>{{ i18n "build" }}{{ now | time.Format ":date_short" }}</span>
{{- range .Site.Menus.footer_source -}}
<span><a href="{{ .URL }}">{{ i18n .Identifier | default .Name }}</a></span>
{{- range .Site.Menus.footer -}}
<span><a href="{{ relLangURL .URL }}">{{ i18n .Identifier | default .Name }}</a></span>
{{- end }}
</p>
<p>
<span title='{{ i18n "build-title-tag" }}{{ now | time.Format ":date_full" }}, {{ now | time.Format ":time_full" }}'>{{ i18n "build" }}{{ now | time.Format ":date_short" }}</span>
<span>{{ i18n "made-with" }}<a href='{{ .Site.Params.staticSiteGeneratorLink }}'>{{ .Site.Params.staticSiteGenerator }}</a></span>
</p>
</footer>