summaryrefslogtreecommitdiff
path: root/articles.html
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2013-09-15 10:45:41 -0700
committerFranck Cuny <franck.cuny@gmail.com>2013-09-15 10:45:41 -0700
commitf23d4c09210e8bf34e1f51d1e196e784ff9979d0 (patch)
tree4dbfbd5c9407d3b74dd4710c0b6cf81bb6672673 /articles.html
parenttwo new drafts articles (diff)
downloadlumberjaph-f23d4c09210e8bf34e1f51d1e196e784ff9979d0.tar.gz
Another big layout/design change.
Diffstat (limited to 'articles.html')
-rw-r--r--articles.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/articles.html b/articles.html
deleted file mode 100644
index 3975613..0000000
--- a/articles.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>