holy/layouts/partials/footer.html

10 lines
370 B
HTML

<footer class="py:24 text:center">
<div class="f:fade-30 f:14 mb:8">{{ .Site.Params.copyright }}</div>
<div class="f:fade-60 f:12">
powered by
<a class="f:bold" href="https://gohugo.io/" _target="_blank">Hugo</a>
| themed with
<a class="f:bold" href="https://github.com/ekzyis/holy" _target="_blank">Holy</a>
</div>
</footer>