Fix typo in single.html

This commit is contained in:
Developer Davo 2017-10-31 08:51:23 +01:00
parent c73583cd57
commit ec42aa3cb0

View File

@ -1,5 +1,5 @@
{{ define "header" }} {{ define "header" }}
{{/* We can overide any block in the baseof file be defining it in the template */}} {{/* We can override any block in the baseof file be defining it in the template */}}
{{ partial "page-header.html" . }} {{ partial "page-header.html" . }}
{{ end }} {{ end }}