added hr to brand

This commit is contained in:
slashformotion 2021-07-25 10:04:01 +02:00
parent b682f1d8c3
commit c396f150c9

View file

@ -2,4 +2,5 @@
<h1>{{ .Site.Title}}</h1> <h1>{{ .Site.Title}}</h1>
<h2>{{ .Site.Params.subtitle }}</h2> <h2>{{ .Site.Params.subtitle }}</h2>
{{ partial "nav.html" . }} {{ partial "nav.html" . }}
<hr>
</header> </header>