remove brand on single pages; remove fa; others

This commit is contained in:
loikein 2023-04-15 01:37:37 +01:00
commit cc8175f38b
9 changed files with 34 additions and 74 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>
{{ partial "nav.html" . }}
<hr />
<a href="{{ .Site.BaseURL }}"><h1>{{ .Site.Title}}</h1></a>
<h2>{{ .Site.Params.subtitle }}</h2>
{{ partial "nav.html" . }}
<hr />
</header>