1
0
mirror of https://github.com/avinal/box-box.git synced 2026-01-11 14:08:32 +05:30
Files

10 lines
344 B
HTML
Raw Permalink Normal View History

{{- $color := (index (shuffle (slice "cyan" "teal" "pink" "rose" "fuchsia" "purple" "violet" "indigo" "emerald" "yellow" "amber" "red")) 0) }}
<div class="py-4 ring-white">
<h1
class="text-2xl font-bold font-mono text-white cursor-default"
>
{{ site.Title }}
</h1>
</div>
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}