Fixed footer urls

This commit is contained in:
konrad 2019-03-24 19:27:50 +01:00
parent 5d78681cd9
commit 611b91ba5d
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 4 deletions

View File

@ -3,11 +3,10 @@
<div class="has-text-centered">
<p>
Copyright &copy; {{ now.Year }}
<a href="{{ .Site.Params.website }}">{{ .Site.Params.author }}</a>
<a href="{{ .Site.Params.website }}">{{ .Site.Params.author }}</a>.
All rights reserved. Made with ♥️ and <a href="https://gohugo.io">Hugo</a>.
<br/>
<a href="{{ "contact/" | absLangURL }}">Contact</a>
<a href="{{ "privacy/" | absLangURL }}">Privacy Policy</a>
<a href="{{ "contact/" | relLangURL }}">Contact</a> |
<a href="{{ "privacy/" | relLangURL }}">Privacy Policy</a>
</p>
<p>
{{ $lang := .Lang }}{{ $base := .Site.BaseURL }}{{ range .Site.Languages }}