From 088c65bac52435ba325696213172d083b58a799d Mon Sep 17 00:00:00 2001 From: Hanzei Date: Fri, 6 Jul 2018 14:27:34 +0200 Subject: Use Image Processing to resize images --- layouts/_default/baseof.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'layouts/_default') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 857da38..479632d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,6 +7,9 @@ {{ partial "head/favicons.html" . }} {{ partial "head/css.html" . }} {{ end }} + + {{ block "customCSS" . }} + {{ end }}
@@ -32,5 +35,8 @@ {{ block "js-include" . }} {{ partial "footer/scripts.html" . }} {{ end }} + + {{ block "customScripts" . }} + {{ end }} -- cgit v1.2.3