mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 14:32:19 +00:00
update footer, include analytics link
This commit is contained in:
parent
0838616e26
commit
97ec096aa0
2 changed files with 10 additions and 2 deletions
|
@ -38,4 +38,10 @@ other = "Type to search"
|
|||
other = "Technology keeps moving but this post has not."
|
||||
|
||||
[old_content_note]
|
||||
other = "What you're about to read hasn't been updated in more than a year. The information may be out of date. Drop a comment below if you find something that needs updating."
|
||||
other = "What you're about to read hasn't been updated in more than a year. The information may be out of date. Drop a comment below if you find something that needs updating."
|
||||
|
||||
[privacy_friendly]
|
||||
other = "Privacy-friendly"
|
||||
|
||||
[analytics_with]
|
||||
other= "analytics with"
|
|
@ -8,7 +8,9 @@
|
|||
<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" | markdownify }}{{ with $s.since }} {{ . }}-{{ end }} <span class="year"></span> {{ $t }}<a rel="me" href="https://counter.social/@john_b">.</a> {{ T "all_rights" | markdownify }}. {{ T "powered_by" | markdownify }} <a href="https://gohugo.io/">Hugo</a>, <a href="https://github.com/chipzoller/hugo-clarity">Hugo Clarity theme</a>, {{ T "and" | markdownify }} <a href="https://www.netlify.com/">Netlify</a>. <a href="https://github.com/jbowdre/virtuallypotato">{{ T "view_source" | markdownify }}</a>.</p>
|
||||
<p>{{ T "copyright" | markdownify }}{{ with $s.since }} {{ . }}-{{ end }} <span class="year"></span> {{ $t }}<a rel="me" href="https://counter.social/@john_b">.</a> {{ T "all_rights" | markdownify }}.
|
||||
<br>{{ T "powered_by" | markdownify }} <a href="https://gohugo.io/">Hugo</a>, <a href="https://github.com/chipzoller/hugo-clarity">Hugo Clarity theme</a>, {{ T "and" | markdownify }} <a href="https://www.netlify.com/">Netlify</a>. <a href="https://withcabin.com/privacy/virtuallypotato.com">{{ T "privacy_friendly" | markdownify }}</a> <a href="https://go.vpota.to/analytics">{{ T "analytics_with" | markdownify }} Cabin</a>.
|
||||
<br><a href="https://github.com/jbowdre/virtuallypotato">{{ T "view_source" | markdownify }}</a>.</p>
|
||||
{{- partialCached "top" .}}
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue