forked from mirrors/hugo-tufte
Move hr
This commit is contained in:
parent
7e7c37b680
commit
f1ba981e1b
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
||||||
{{ 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>
|
||||||
{{ . }}
|
{{ . }}
|
||||||
|
|
|
@ -2,5 +2,4 @@
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in a new issue