Fix typo in single.html (#67)

This commit is contained in:
Developer Davo 2017-10-31 13:30:32 +01:00 committed by Bud Parr
parent c73583cd57
commit 2a1495aaa5

View file

@ -1,5 +1,5 @@
{{ 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" . }}
{{ end }}