1
0
mirror of https://github.com/avinal/box-box.git synced 2026-07-04 03:00:09 +05:30
Files
box-box/layouts/partials/footer.html
T

11 lines
481 B
HTML
Raw Normal View History

2025-01-01 17:13:08 +05:30
{{- $color := (index (shuffle (slice "cyan" "teal" "pink" "rose" "fuchsia" "purple" "violet" "indigo" "emerald" "yellow" "amber" "red")) 0) }}
2025-01-01 14:40:16 +05:30
<div
2025-01-01 17:13:08 +05:30
class="relative overflow-auto px-4 ring-1 ring-gray-800 mt-5 text-center text-light text-gray-500 hover:text-black hover:bg-{{ $color }}-400"
2025-01-01 14:40:16 +05:30
>
<span
><a href="https://github.com/avinal/box-box">Box Box</a> | A
<a href="https://gohugo.io/">Hugo</a> theme by
<a href="https://avinal.space">Avinal</a>
</span>
</div>