From 3e0efb5d500550ea2a5687f080582e200a495d25 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 23 Jan 2020 12:17:24 +0400 Subject: Removed sidebar Signed-off-by: Valentin Popov --- _layouts/page.html | 2 -- _layouts/post.html | 2 -- 2 files changed, 4 deletions(-) (limited to '_layouts') diff --git a/_layouts/page.html b/_layouts/page.html index 56d1864..01d6fcd 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -9,5 +9,3 @@ layout: default {{ content }} - -{% include aside.html %} diff --git a/_layouts/post.html b/_layouts/post.html index e4aaa10..8270973 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -18,6 +18,4 @@ layout: default {{ content }} - - {% include disqus.html %} -- cgit v1.2.3