From 039f4ac0f469dd6a284d2f9adb8e629f4be0bb2d Mon Sep 17 00:00:00 2001 From: Vincent Tam Date: Tue, 18 Dec 2018 13:57:31 +0100 Subject: [PATCH] Fix typo in HTML comments (#118) --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 0345ff8..a366802 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -35,7 +35,7 @@ {{ block "js-include" . }} {{ partial "footer/scripts.html" . }} {{ end }} - + {{ block "customScripts" . }} {{ end }}