adjust brand styles; adjust homepage structure

This commit is contained in:
loikein 2023-04-17 18:01:23 +01:00
commit d77a621536
7 changed files with 35 additions and 64 deletions
layouts/partials

View file

@ -1,6 +1,6 @@
<header class="brand">
<a href="{{ .Site.BaseURL }}"><h1>{{ .Site.Title}}</h1></a>
<h2>{{ .Site.Params.subtitle }}</h2>
<h1>{{ .Site.Title}}</h1>
<h2 class="subtitle">{{ .Site.Params.subtitle }}</h2>
{{ partial "nav.html" . }}
<hr />
</header>