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/blog/archives/index.html | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 source/blog/archives/index.html (limited to 'source/blog/archives') diff --git a/source/blog/archives/index.html b/source/blog/archives/index.html deleted file mode 100644 index f1d9cee3..00000000 --- a/source/blog/archives/index.html +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: Blog Archive -footer: false ---- - -
-{% for post in site.posts reverse %} -{% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} -{% unless year == this_year %} - {% assign year = this_year %} -

{{ year }}

-{% endunless %} -
- {% include archive_post.html %} -
-{% endfor %} -
-- cgit v1.2.1