From 2a1495aaa5dbc81b9a0c3631a7c87128ee01f230 Mon Sep 17 00:00:00 2001 From: Developer Davo Date: Tue, 31 Oct 2017 13:30:32 +0100 Subject: [PATCH] Fix typo in single.html (#67) --- layouts/post/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}