From 004096730ad301dc195a3f7f9e2c19b182cb7fe2 Mon Sep 17 00:00:00 2001 From: Luca Beltrame <lbeltrame@kde.org> Date: Wed, 27 May 2015 22:09:59 +0200 Subject: [PATCH] Unneeded now --- posts/index.html | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 posts/index.html diff --git a/posts/index.html b/posts/index.html deleted file mode 100644 index f6da2b8..0000000 --- a/posts/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -layout: post-index -title: All Posts -description: "An archive of posts." -comments: false ---- - -{% for post in site.posts %} - {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} - {% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %} - - {% if forloop.first %} - <article> - <h2 id="{{ this_year }}-ref">{{ this_year }}</h2> - <ul> - {% endif %} - - <li class="entry-title"><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></li> - - {% if forloop.last %} - </ul> - </article> - {% else %} - {% if this_year != next_year %} - </ul> - </article> - <article> - <h2 id="{{ next_year }}-ref" class="year-heading">{{next_year}}</h2> - <ul> - {% endif %} - {% endif %} -{% endfor %} \ No newline at end of file