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

10 lines
344 B
HTML
Raw Permalink 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-02-03 15:02:41 +05:30
<div class="py-4 ring-white">
2025-01-01 17:13:08 +05:30
<h1
2025-02-03 15:02:41 +05:30
class="text-2xl font-bold font-mono text-white cursor-default"
2025-01-01 17:13:08 +05:30
>
{{ site.Title }}
</h1>
2025-01-01 14:40:16 +05:30
</div>
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}