Update footer to reflect move to Github

This commit is contained in:
John Bowdre 2022-01-26 10:19:54 -06:00
parent a002b6445e
commit 5dbc1ba4b5
2 changed files with 5 additions and 2 deletions

View file

@ -11,4 +11,7 @@ other = "All Rights Reserved"
other = "Powered by"
[and]
other = "and"
other = "and"
[view_source]
other = "View source"

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" }} <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>
<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>, {{ T "and" }} <a href="https://www.netlify.com/">Netlify</a>. <a href="https://github.com/jbowdre/virtuallypotato">{{ T "view_source" }}</a>.</p>
{{- partialCached "top" .}}
</div>
</footer>