6
0
Fork 0

Standaard tonen van paginatitel

This commit is contained in:
Michael Boelen 2023-06-08 15:47:10 +02:00
parent 9fcb04bdcc
commit 6fd762b3e2

View file

@ -8,7 +8,7 @@
<div class="content">
{{ partialCached "header.html" . }}
{{ partial "breadcrumb.html" . }}
<!-- <h2 class="post">{{ .Title }}</h2> -->
<h1 class="post">{{ .Title }}</h1>
{{- block "main" . }}
{{ .Content }}
{{- end }}