blog/layouts/partials/extend_footer.html

11 lines
827 B
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>