From 00eb7169f6062b041e4aa8402b96fce39ce0aa16 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Tue, 2 Jun 2015 19:14:54 +0200 Subject: Added an option change the theme globally in the configs --- layouts/index.html | 1 - 1 file changed, 1 deletion(-) (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html index b26cdf5..468244b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,5 +1,4 @@ {{ partial "head.html" . }} - {{ partial "sidebar.html" . }} -- cgit 1.4.1 From 6f6a0a7febd6a85309c1473d6e10b9e48ad1d9ea Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Tue, 2 Jun 2015 19:22:45 +0200 Subject: Added missing change in index.html --- layouts/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html index 468244b..6ba175e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,4 +1,5 @@ {{ partial "head.html" . }} + {{ partial "sidebar.html" . }} -- cgit 1.4.1