use title partial for page header

master
Robert Kaussow 2020-02-16 23:19:14 +01:00
parent b45afba0b9
commit 0019007a37
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{{ define "main" }}
{{ partial "page-header" . }}
<article class="gdoc-markdown">
<h1>{{ .Page.Title }}</h1>
<h1>{{ partial "title" . }}</h1>
{{ .Content }}
</article>
{{ end }}