Standaard tonen van paginatitel
This commit is contained in:
parent
9fcb04bdcc
commit
6fd762b3e2
|
@ -8,7 +8,7 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{{ partialCached "header.html" . }}
|
{{ partialCached "header.html" . }}
|
||||||
{{ partial "breadcrumb.html" . }}
|
{{ partial "breadcrumb.html" . }}
|
||||||
<!-- <h2 class="post">{{ .Title }}</h2> -->
|
<h1 class="post">{{ .Title }}</h1>
|
||||||
{{- block "main" . }}
|
{{- block "main" . }}
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Reference in a new issue