blog/layouts/partials/extend_footer.html
2023-05-31 09:56:29 +02:00

20 lines
1.1 KiB
HTML

<footer class="footer">
Thoughts written here are my own and don't reflect any of my past, present or future employer's position.<br>
Articles are released into the public domain through the <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1">CC0 1.0</a>. Code blocks are released into the public domain through <a href="https://git.augendre.info/gaugendre/blog/src/branch/master/LICENSE">The Unlicense</a>. I do appreciate being mentioned as the original author if you decide to reuse my works but the licenses don't enforce it.
<br>
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &amp;
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
</span>
</footer>
{{ if hugo.IsProduction }}
<script async defer src="/vendor/goatcounter.js"
data-goatcounter="https://gc.gabnotes.org/count"></script>
<noscript>
<img src="https://gc.gabnotes.org/count?p={{ .RelPermalink }}"
alt="GoatCounter tracking pixel">
</noscript>
{{ end }}