summaryrefslogtreecommitdiff
path: root/archives.html
diff options
context:
space:
mode:
Diffstat (limited to 'archives.html')
-rw-r--r--archives.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/archives.html b/archives.html
deleted file mode 100644
index 07567e1..0000000
--- a/archives.html
+++ /dev/null
@@ -1,12 +0,0 @@
----
-layout: page
-permalink: /articles/index.html
-title: Articles
-description: "An archive of posts sorted by date."
----
-
-<ul class="post-list">
-{% for post in site.posts %}
- <li><article itemscope itemtype="http://schema.org/BlogPosting" itemprop="blogPost"><a href="{{ site.url }}{{ post.url }}">{{ post.title }} <span class="entry-date"><time datetime="{{ post.date | date_to_xmlschema }}" itemprop="datePublished">{{ post.date | date: "%B %d, %Y" }}</time></span></a></article></li>
-{% endfor %}
-</ul>