use title partial for page header
This commit is contained in:
parent
b45afba0b9
commit
0019007a37
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{{ define "main" }}
|
||||
{{ partial "page-header" . }}
|
||||
<article class="gdoc-markdown">
|
||||
<h1>{{ .Page.Title }}</h1>
|
||||
<h1>{{ partial "title" . }}</h1>
|
||||
{{ .Content }}
|
||||
</article>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue