update footer with links

This commit is contained in:
John Bowdre 2021-12-17 10:09:08 -06:00
parent 491a8d14a6
commit 6e793fb0b2
2 changed files with 5 additions and 2 deletions

View file

@ -8,4 +8,7 @@ other = "More"
other = "All Rights Reserved"
[powered_by]
other = "Powered by"
other = "Powered by"
[and]
other = "and"

View file

@ -8,7 +8,7 @@
<footer class="footer">
<div class="footer_inner wrap pale">
<img src='{{ absURL (default $defaultFooterLogo $s.footerLogo) }}' class="icon icon_2 transparent" alt="{{ $t }}">
<p>{{ T "copyright" }}{{ with $s.since }}&nbsp;{{ . }}-{{ end }}&nbsp;<span class="year"></span>&nbsp;{{ $t }}. {{ T "all_rights" }}. {{ T "powered_by" }}.</p>
<p>{{ T "copyright" }}{{ with $s.since }}&nbsp;{{ . }}-{{ end }}&nbsp;<span class="year"></span>&nbsp;{{ $t }}. {{ T "all_rights" }}. {{ T "powered_by" }} <a href="https://gohugo.io/">Hugo</a>, <a href="https://github.com/chipzoller/hugo-clarity">Hugo Clarity theme</a>, <a href="https://gitlab.com/">Gitlab</a>, {{ T "and" }} <a href="https://www.netlify.com/">Netlify</a>.</p>
{{- partialCached "top" .}}
</div>
</footer>