1
0
mirror of https://github.com/avinal/box-box.git synced 2026-01-10 21:48:32 +05:30
Files
box-box/layouts/partials/header.html

5 lines
185 B
HTML
Raw Normal View History

<div class="py-4">
<h1 class="text-xl font-bold font-mono bg-gradient-to-r to-black from-white">{{ site.Title }}</h1>
</div>
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}