Getting there
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 9s
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 9s
This commit is contained in:
@@ -1,2 +1,12 @@
|
||||
<h1>{{ site.Title }}</h1>
|
||||
<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" .) }}
|
||||
|
||||
Reference in New Issue
Block a user