Added link to privacy policy to footer
This commit is contained in:
parent
a110f291e6
commit
0384ae4bfb
@ -2,7 +2,10 @@
|
||||
<div class="container">
|
||||
<div class="has-text-centered">
|
||||
<p>
|
||||
Copyright © {{ now.Year }} <a href="{{ .Site.Params.website }}">{{ .Site.Params.author }}</a> (<a href="{{ "contact/" | relLangURL }}">Contact</a>). All rights reserved. Made with ♥️ and <a href="https://gohugo.io">Hugo</a>.
|
||||
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>.
|
||||
</p>
|
||||
<p>
|
||||
{{ $lang := .Lang }}{{ $base := .Site.BaseURL }}{{ range .Site.Languages }}
|
||||
|
Reference in New Issue
Block a user