From 5aab5b03ab910f0920b961ebda2f7f75f685b121 Mon Sep 17 00:00:00 2001 From: Vivek Ghaisas Date: Fri, 26 May 2017 23:13:31 +0300 Subject: Fix indentation in layouts - Change indentation to 2 spaces to match convention - Don't indent
and as per convention --- layouts/_default/single.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'layouts/_default/single.html') diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 2a8e053..26149e7 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,13 +1,13 @@ - {{ partial "head.html" . }} - - {{ partial "sidebar.html" . }} +{{ partial "head.html" . }} + + {{ partial "sidebar.html" . }} -