cosin-website/layouts/partials/site-footer.html

7 lines
235 B
HTML
Raw Normal View History

2024-05-13 23:30:52 +02:00
<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>