Fixed footer urls
This commit is contained in:
parent
7127218c9f
commit
5d78681cd9
@ -4,8 +4,10 @@
|
||||
<p>
|
||||
Copyright © {{ now.Year }}
|
||||
<a href="{{ .Site.Params.website }}">{{ .Site.Params.author }}</a>
|
||||
(<a href="{{ "contact/" | relLangURL }}">Contact</a> <a href="{{ "privacy/" | relLangURL }}">Privacy Policy</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>
|
||||
</p>
|
||||
<p>
|
||||
{{ $lang := .Lang }}{{ $base := .Site.BaseURL }}{{ range .Site.Languages }}
|
||||
|
Reference in New Issue
Block a user