From 888c21a7d9a284f3b77d13b0b1d41da0969c2397 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Sep 2019 03:30:50 +0300 Subject: remove unused stuff: posts, comments, sidebar, etc. --- _layouts/default.html | 5 +---- _layouts/plain.html | 7 ------- _layouts/post.html | 13 ------------- 3 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 _layouts/plain.html delete mode 100644 _layouts/post.html (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index f151314..db09984 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,10 +1,7 @@ {% include common/header.html %}
-
+
{{ content }}
-
- {% include common/sidebar.html %} -
{% include common/footer.html %} diff --git a/_layouts/plain.html b/_layouts/plain.html deleted file mode 100644 index db09984..0000000 --- a/_layouts/plain.html +++ /dev/null @@ -1,7 +0,0 @@ -{% include common/header.html %} -
-
- {{ content }} -
-
-{% include common/footer.html %} diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index faed6d4..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,13 +0,0 @@ -{% include common/header.html %} -
-
-

{{ page.title }}

-

 Posted on {{ page.date | date: '%-d %B %Y' }}

- {{ content }} -
-
-
- {% include common/sidebar.html %} -
-
-{% include common/footer.html %} -- cgit v1.2.3