From 301679861a2440a10c9eac746cec86459f445ef9 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Mon, 4 May 2015 14:55:10 -0700 Subject: remove all Octopress stuff --- source/_includes/post/author.html | 8 -------- source/_includes/post/categories.html | 10 ---------- source/_includes/post/date.html | 5 ----- source/_includes/post/disqus_thread.html | 1 - source/_includes/post/sharing.html | 11 ----------- 5 files changed, 35 deletions(-) delete mode 100644 source/_includes/post/author.html delete mode 100644 source/_includes/post/categories.html delete mode 100644 source/_includes/post/date.html delete mode 100644 source/_includes/post/disqus_thread.html delete mode 100644 source/_includes/post/sharing.html (limited to 'source/_includes/post') diff --git a/source/_includes/post/author.html b/source/_includes/post/author.html deleted file mode 100644 index 83dd6a89..00000000 --- a/source/_includes/post/author.html +++ /dev/null @@ -1,8 +0,0 @@ -{% if post.author %} - {% assign author = post.author %} -{% elsif page.author %} - {% assign author = page.author %} -{% else %} - {% assign author = site.author %} -{% endif %} -{% if author %}Posted by {{ author }}{% endif %} diff --git a/source/_includes/post/categories.html b/source/_includes/post/categories.html deleted file mode 100644 index 4a98b29d..00000000 --- a/source/_includes/post/categories.html +++ /dev/null @@ -1,10 +0,0 @@ -{% capture category %}{% if post %}{{ post.categories | category_links | size }}{% else %}{{ page.categories | category_links | size }}{% endif %}{% endcapture %} -{% unless category == '0' %} - - {% if post %} - {{ post.categories | category_links }} - {% else %} - {{ page.categories | category_links }} - {% endif %} - -{% endunless %} diff --git a/source/_includes/post/date.html b/source/_includes/post/date.html deleted file mode 100644 index a86953c2..00000000 --- a/source/_includes/post/date.html +++ /dev/null @@ -1,5 +0,0 @@ -{% if page.date %}{% capture time %}{{ page.date_time_html }}{% endcapture %}{% endif %} -{% if post.date %}{% capture time %}{{ post.date_time_html }}{% endcapture %}{% endif %} - -{% if page.updated %}{% capture updated %}{{ page.date_time_updated_html }}{% endcapture %}{% endif %} -{% if post.updated %}{% capture updated %}{{ post.date_time_updated_html }}{% endcapture %}{% endif %} diff --git a/source/_includes/post/disqus_thread.html b/source/_includes/post/disqus_thread.html deleted file mode 100644 index b1acd8cc..00000000 --- a/source/_includes/post/disqus_thread.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/source/_includes/post/sharing.html b/source/_includes/post/sharing.html deleted file mode 100644 index d639faa1..00000000 --- a/source/_includes/post/sharing.html +++ /dev/null @@ -1,11 +0,0 @@ -
- {% if site.twitter_tweet_button %} - - {% endif %} - {% if site.google_plus_one %} -
- {% endif %} - {% if site.facebook_like %} -
- {% endif %} -
-- cgit v1.2.1