From 17e80dc79ad9dfbe2fa1c0d2a2cdb4a7141b5868 Mon Sep 17 00:00:00 2001 From: Shashank Mehta Date: Wed, 2 Jan 2013 21:44:01 +0530 Subject: [PATCH] Removed a custom folder that should not have been there. --- source/_includes/custom/after_footer.html | 0 source/_includes/custom/category_feed.xml | 27 ----------------------- source/_includes/custom/footer.html | 6 ----- source/_includes/custom/head.html | 0 source/_includes/custom/header.html | 0 source/_includes/custom/navigation.html | 4 ---- 6 files changed, 37 deletions(-) delete mode 100644 source/_includes/custom/after_footer.html delete mode 100644 source/_includes/custom/category_feed.xml delete mode 100644 source/_includes/custom/footer.html delete mode 100644 source/_includes/custom/head.html delete mode 100644 source/_includes/custom/header.html delete mode 100644 source/_includes/custom/navigation.html diff --git a/source/_includes/custom/after_footer.html b/source/_includes/custom/after_footer.html deleted file mode 100644 index e69de29..0000000 diff --git a/source/_includes/custom/category_feed.xml b/source/_includes/custom/category_feed.xml deleted file mode 100644 index f47c553..0000000 --- a/source/_includes/custom/category_feed.xml +++ /dev/null @@ -1,27 +0,0 @@ ---- -layout: nil ---- - - - - <![CDATA[{{ page.title }} | {{ site.title }}]]> - - - {{ site.time | date_to_xmlschema }} - {{ site.url }}/ - - - {% if site.email %}{% endif %} - - Octopress - - {% for post in site.categories[page.category] limit: 5 %} - - <![CDATA[{{ post.title | cdata_escape }}]]> - - {{ post.date | date_to_xmlschema }} - {{ site.url }}{{ post.id }} - - - {% endfor %} - diff --git a/source/_includes/custom/footer.html b/source/_includes/custom/footer.html deleted file mode 100644 index d6b4a36..0000000 --- a/source/_includes/custom/footer.html +++ /dev/null @@ -1,6 +0,0 @@ -Copyright © {{ site.time | date: "%Y" }} -{% if site.author %} - {{ site.author }} -{% else %} - {{ site.title }} -{% endif %} diff --git a/source/_includes/custom/head.html b/source/_includes/custom/head.html deleted file mode 100644 index e69de29..0000000 diff --git a/source/_includes/custom/header.html b/source/_includes/custom/header.html deleted file mode 100644 index e69de29..0000000 diff --git a/source/_includes/custom/navigation.html b/source/_includes/custom/navigation.html deleted file mode 100644 index eae9f81..0000000 --- a/source/_includes/custom/navigation.html +++ /dev/null @@ -1,4 +0,0 @@ -