holy/layouts/partials/footer.html

8 lines
267 B
HTML
Raw Normal View History

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