Re-add HR

This commit is contained in:
Phil Bajsicki 2024-12-08 04:05:14 +01:00
parent 9dccdbf3a0
commit 6f8e4c9674
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,6 @@
{{ define "main" }} {{ define "main" }}
<article id="main" class="home-page"> <article id="main" class="home-page">
{{ partial "brand.html" . }} {{ partial "brand.html" . }}
<hr />
{{ with .Content }} {{ with .Content }}
<section> <section>
{{ . }} {{ . }}

View file

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