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/list.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'layouts/_default/list.html') diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 7659d47..c362b25 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,15 +1,15 @@ {{ partial "head.html" . }} -{{ partial "sidebar.html" . }} + {{ partial "sidebar.html" . }}
-- cgit 1.4.1