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 %} - {{ page.date|date:"%b %d"|upcase }}{{ page.date|date:"%Y" }} - {% endif %} - {% if page.location %} - - {% endif %} - {% if page.code %} - - {% endif %} - - - {{ page.title }} - {{ page.date|date:'%A, %B %d, %Y' }} - - {% 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 %}