holy/layouts/partials/footer.html

16 lines
592 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">
2024-04-13 10:36:05 +00:00
powered by
2024-04-14 06:42:42 +00:00
<a class="f:bold" href="https://gohugo.io/" target="_blank">Hugo</a>
2024-04-13 10:36:05 +00:00
| themed with
2024-04-14 06:42:42 +00:00
<a class="f:bold" href="https://github.com/ekzyis/holy" target="_blank">Holy</a>
2024-04-13 10:31:46 +00:00
</div>
2024-04-14 07:03:42 +00:00
{{ with .Site.Params.commit }}
<div class="f:fade-60 f:12 mt:3">
running
<a class="f:bold" href="https://git.ekzy.is/ekzyis/ekzyis/commit/{{ . }}" target="_blank">{{ . }}</a>
</div>
{{ end }}
2024-04-13 10:31:46 +00:00
</footer>