diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-25 11:30:13 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-25 11:30:13 +0100 |
commit | 052eebee4f11d7b6ad9a014ce05486a3402a308a (patch) | |
tree | db7bba46e5b2372223dc58087f4590fcfc589585 | |
parent | 1f2dee4a138cbc20840bda556a1c9fe92cb3b53b (diff) | |
download | alpine-mksite-052eebee4f11d7b6ad9a014ce05486a3402a308a.tar.bz2 alpine-mksite-052eebee4f11d7b6ad9a014ce05486a3402a308a.tar.xz |
template: add initial privacy policy
-rw-r--r-- | _default.template.html | 2 | ||||
-rw-r--r-- | privacy-policy.md | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/_default.template.html b/_default.template.html index 70c113b..d1892f9 100644 --- a/_default.template.html +++ b/_default.template.html @@ -38,7 +38,7 @@ </article> </div> - <footer>© Copyright 2014 Alpine Linux Development Team all rights reserved | Privacy Policy + <footer>© Copyright 2014 Alpine Linux Development Team all rights reserved | <a href="/privacy-policy.html">Privacy Policy</a> </footer> </body> </html> diff --git a/privacy-policy.md b/privacy-policy.md new file mode 100644 index 0000000..77267d7 --- /dev/null +++ b/privacy-policy.md @@ -0,0 +1,11 @@ +--- +date: 2014-11-25 +--- +# Privacy Policy + +#### {{date}} + +We do not process personal data on this site. +We do not collect cookies. + +If this policy changes, the changes will be published here. |