summaryrefslogtreecommitdiff
path: root/layouts/_partials/footer.html
blob: cdda1acd8dae176f999196af27b08bca81ccda41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<footer>
<hr>

<p><a href="#">Back to top.</a></p>

<p>This website was built using <a href="https://gohugo.io">Hugo</a> and a custom minimal theme.</p>

<p>This website contains no JavaScript.</p>

<p>This work is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a><img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"></p>
</footer>