2017-03-21 12:52:42 +01:00
|
|
|
|
{{ "<!-- LEGAL -->" | safeHTML }}
|
|
|
|
|
<section id="legal">
|
|
|
|
|
<div class="text-center">
|
2017-03-21 18:27:00 +01:00
|
|
|
|
<h2 class="hidden">Legal Information</h2>
|
2017-08-17 15:13:38 +02:00
|
|
|
|
<p>{{ .Site.Params.legal.contribute1 }} <a href="https://git.fsfe.org/pmpc/website" target="_blank">{{ .Site.Params.legal.contribute2 }}</a></p>
|
2017-03-21 12:52:42 +01:00
|
|
|
|
<p>{{ .Site.Params.legal.by }} (<a href="https://fsfe.org/index.{{ .Lang }}.html" target="_blank">FSFE</a>)
|
|
|
|
|
– <a href="https://fsfe.org/about/legal/imprint.{{ .Lang }}.html" target="_blank">{{ .Site.Params.legal.imprint }}</a>
|
2017-08-29 13:22:14 +02:00
|
|
|
|
| <a href="/privacy/">{{ .Site.Params.legal.privacy }}</a>
|
2017-03-21 12:52:42 +01:00
|
|
|
|
| <a href="https://fsfe.org/about/transparency-commitment.{{ .Lang }}.html" target="_blank">{{ .Site.Params.legal.transparency }}</a>
|
|
|
|
|
– Copyright © {{ (now).Year }}</p>
|
|
|
|
|
<p>{{ .Site.Params.legal.license }}</p>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|