Files
sometimescode.com/themes/sometimescode/layouts/_partials/header.html
Chris Smith 75f63ca1e8
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 9s
Getting there
2025-11-05 21:45:42 +01:00

13 lines
503 B
HTML

<div class="site-header">
<div class="site-title-wrapper">
<div>
<h1><a href="/" class="site-title-link"><span class="logo-sometimes">Sometimes</span><span class="logo-code">CODE</span><span class="cursor"></span></a></h1>
{{ with site.Params.subtitle }}
<p class="subtitle">{{ . }}</p>
{{ end }}
</div>
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme">🌙</button>
</div>
</div>
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}