Link privacy policy page in footer

This commit is contained in:
Ral 2024-05-13 23:30:52 +02:00
parent a6cfb6a0cd
commit 65b8816cb4

View file

@ -1 +1,6 @@
<footer>View the website source in the <a href="https://git.kabelsalat.ch/CoSin/cosin-website">git repository</a>.</footer>
<footer>
View the website source in the <a href="https://git.kabelsalat.ch/CoSin/cosin-website">git repository</a>.
{{ with .Site.GetPage "/privacy_policy" }}
<a href="{{ .RelPermalink}}">{{ .Title }}</a>
{{ end }}
</footer>