summaryrefslogtreecommitdiff
path: root/articles/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/index.html')
-rw-r--r--articles/index.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/articles/index.html b/articles/index.html
deleted file mode 100644
index ff8a8cf..0000000
--- a/articles/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: archives
-layout: default
----
-
-{% for post in site.posts reverse %}
-
- {% capture date %}{{ post.date }}{% endcapture %}
- {% capture this_year %}{{ date | date: "%Y" }}{% endcapture %}
-
- {% unless year == this_year %}
- {% assign year = this_year %}
- {% unless forloop.first %}
- </section>
- {% endunless %}
- <section class="archives"><h2>{{ date | date: "%Y" }}</h2>
- {% endunless %}
-
- <article>
- <a href="{{ root_url }}{{ post.url }}">{{post.title}}</a>
- </article>
-
-{% endfor %}