Link privacy policy page in footer
This commit is contained in:
parent
a6cfb6a0cd
commit
65b8816cb4
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue