This commit is contained in:
Hanzei 2018-07-22 07:03:30 +02:00
parent 68d795ed4d
commit b2bfdb95cf
No known key found for this signature in database
GPG key ID: 69A2DEFD98937BA0

View file

@ -1,5 +1,7 @@
{{ define "title" }}
<h1 class="bold-title is-1">{{ (.Site.GetPage "section" "/blog").Title }}</h1>
{{ with .Site.GetPage "section" "/blog" }}
<h1 class="bold-title is-1">{{ .Title }}</h1>
{{ end }}
{{ end }}
{{ define "main" }}