Fix typo in HTML comments (#118)

This commit is contained in:
Vincent Tam 2018-12-18 13:57:31 +01:00 committed by Hanzei
parent ec7e422842
commit 039f4ac0f4

View file

@ -35,7 +35,7 @@
{{ block "js-include" . }} {{ block "js-include" . }}
{{ partial "footer/scripts.html" . }} {{ partial "footer/scripts.html" . }}
{{ end }} {{ end }}
<!-- Include page specific scritps --> <!-- Include page specific scripts -->
{{ block "customScripts" . }} {{ block "customScripts" . }}
{{ end }} {{ end }}
</body> </body>