Add a privacy policy

This commit is contained in:
2020-12-03 23:37:34 +01:00
parent 52216c8af2
commit f57467eac9
2 changed files with 61 additions and 0 deletions
@@ -8,6 +8,7 @@
{{ if .Site.Copyright }}
<span>{{ .Site.Copyright| safeHTML }}</span>
{{ end }}
<span><a href="/privacy/">Privacy</a></span>
<span>{{- with (not (in (.Site.Language.Get "disableKinds") "RSS")) }}
<a href="{{ "posts/index.xml" | absLangURL }}" target="_blank"
title="rss">{{ partial "svg.html" (dict "name" "rss") }}</a>