holy/layouts/partials/footer.html

4 lines
232 B
HTML
Raw Normal View History

2022-05-10 06:06:38 +00:00
<footer class="py:24">
2022-05-09 10:25:13 +00:00
<div class="f:fade-30 f:14 mb:8">{{ .Site.Params.copyright }}</div>
<div class="f:fade-60 f:12">Theme <a class="f:bold" href="https://github.com/serkodev/holy" _target="_blank">Holy</a></div>
</footer>