holy/layouts/partials/footer.html

16 lines
592 B
HTML
Raw Normal View History

2024-04-13 12:25:36 +02:00
<footer class="py:24 text:center">
2022-05-09 18:25:13 +08:00
<div class="f:fade-30 f:14 mb:8">{{ .Site.Params.copyright }}</div>
2024-04-13 12:31:46 +02:00
<div class="f:fade-60 f:12">
2024-04-13 12:36:05 +02:00
powered by
2024-04-14 08:42:42 +02:00
<a class="f:bold" href="https://gohugo.io/" target="_blank">Hugo</a>
2024-04-13 12:36:05 +02:00
| themed with
2024-04-14 08:42:42 +02:00
<a class="f:bold" href="https://github.com/ekzyis/holy" target="_blank">Holy</a>
2024-04-13 12:31:46 +02:00
</div>
2024-04-14 09:03:42 +02: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 12:31:46 +02:00
</footer>