From 1f14455b1287bae6c7fdebe9e6aae791130db1d1 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 9 Nov 2016 15:42:39 +0200 Subject: [PATCH] layouts/_default/baseof.html: Don't indent go blocks They get indented doubly in the generated HTML and look funny. --- layouts/_default/baseof.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 22c7e88..ac0a058 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -13,9 +13,9 @@ {{ if .RSSlink }} - {{ "" | safeHTML }} - - + {{ "" | safeHTML }} + + {{ end }} {{ template "_internal/google_analytics_async.html" . }}