adjust subtitle html; remove redundant style

This commit is contained in:
loikein 2023-04-23 19:55:52 +01:00
commit 95a0068d52
9 changed files with 52 additions and 74 deletions
layouts/partials

View file

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