From a37b2c1e06401273a31a49774091cace5fc80934 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Wed, 13 Jan 2016 14:00:41 +0000 Subject: [PATCH] Delete unused layouts --- _layouts/content.html | 3 --- _layouts/page.html | 13 ------------- _layouts/post.html | 30 ------------------------------ 3 files changed, 46 deletions(-) delete mode 100644 _layouts/content.html delete mode 100644 _layouts/page.html delete mode 100644 _layouts/post.html diff --git a/_layouts/content.html b/_layouts/content.html deleted file mode 100644 index 4f0db4c..0000000 --- a/_layouts/content.html +++ /dev/null @@ -1,3 +0,0 @@ -{% include header.html %} -{{ content }} -{% include footer.html %} diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100644 index 0b8a01b..0000000 --- a/_layouts/page.html +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: default ---- -
-
-

- {{ page.title }} -

-
-
- {{ content }} -
-
diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index fe390e7..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,30 +0,0 @@ -{% include header.html %} -
-
-
- {% if page.date %} - - {% endif %} - {% if page.location %} - map - {% endif %} - {% if page.code %} - code - {% endif %} -
-

- {{ page.title }} - -

- {% if page.end_date %} - 🕗 {{ page.date|date:"%d/%m/%Y" }} - {{ page.end_date|date:"%d/%m/%Y" }} - {% endif %} -
-
- {{ content }} -
- {% if false != page.comments %} - {% include disqus.html %} - {% endif %} -
-{% include footer.html %}