mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 14:32:19 +00:00
update footer with links
This commit is contained in:
parent
491a8d14a6
commit
6e793fb0b2
2 changed files with 5 additions and 2 deletions
|
@ -8,4 +8,7 @@ other = "More"
|
||||||
other = "All Rights Reserved"
|
other = "All Rights Reserved"
|
||||||
|
|
||||||
[powered_by]
|
[powered_by]
|
||||||
other = "Powered by"
|
other = "Powered by"
|
||||||
|
|
||||||
|
[and]
|
||||||
|
other = "and"
|
|
@ -8,7 +8,7 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="footer_inner wrap pale">
|
<div class="footer_inner wrap pale">
|
||||||
<img src='{{ absURL (default $defaultFooterLogo $s.footerLogo) }}' class="icon icon_2 transparent" alt="{{ $t }}">
|
<img src='{{ absURL (default $defaultFooterLogo $s.footerLogo) }}' class="icon icon_2 transparent" alt="{{ $t }}">
|
||||||
<p>{{ T "copyright" }}{{ with $s.since }} {{ . }}-{{ end }} <span class="year"></span> {{ $t }}. {{ T "all_rights" }}. {{ T "powered_by" }}.</p>
|
<p>{{ T "copyright" }}{{ with $s.since }} {{ . }}-{{ end }} <span class="year"></span> {{ $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" .}}
|
{{- partialCached "top" .}}
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue