Make footer urls to privacy policy and contact pages absolute
This commit is contained in:
parent
1d899c5965
commit
fd2ead5678
@ -5,8 +5,8 @@
|
||||
Copyright © {{ now.Year }}
|
||||
<a href="{{ .Site.Params.website }}">{{ .Site.Params.author }}</a>.
|
||||
All rights reserved. Made with ♥️ and <a href="https://gohugo.io">Hugo</a>.
|
||||
<a href="{{ "contact/" | relLangURL }}">Contact</a> |
|
||||
<a href="{{ "privacy/" | relLangURL }}">Privacy Policy</a>
|
||||
<a href="{{ .Site.Params.website }}/contact/">Contact</a> |
|
||||
<a href="{{ .Site.Params.website }}/privacy/">Privacy Policy</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://riot.im/app/#/room/!dCRiCiLaCCFVNlDnYs:matrix.org?via=matrix.org">
|
||||
|
Reference in New Issue
Block a user