diff --git a/layouts/post/single.html b/layouts/post/single.html index 324c743..bdfec7d 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -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 }}