aboutsummaryrefslogtreecommitdiffstats
path: root/blog/index.html
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-02-26 10:35:08 +0000
committerLouise Crow <louise.crow@gmail.com>2015-02-26 10:35:08 +0000
commit4835c092f218fff06e6904d0708186d5cbb01c3d (patch)
tree28d9e4f320bba0c141dea6fe88f7c7ed3ce83309 /blog/index.html
parent5fbb8c373adff5dad51d5b81013b1b5c6b6c0e13 (diff)
parent741525c54a30060c5f43cf70b9f6974df13e0e09 (diff)
Merge remote-tracking branch 'origin/remove_old_blog_stuff' into gh-pages
Diffstat (limited to 'blog/index.html')
-rw-r--r--blog/index.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/blog/index.html b/blog/index.html
deleted file mode 100644
index f33263e54..000000000
--- a/blog/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
----
-layout: page
-title: Blog
-redirect_from:
- - /2011/07/
- - /2011/09/
- - /2011/10/
- - /2012/01/
- - /2012/04/
- - /2012/06/
- - /2012/11/
- - /2013/04/
- - /2013/06/
----
-
-<h1>Blog</h1>
-
-<ul class="list-of-blog-posts">
-{% for post in site.posts %}
- <li class="listed-blog-post">
- <h2 class="blog-title"><a href="{{ post.url }}">{{ post.title }}</a> <small class="meta meta--date">{{ post.date | date: "%d %B %Y" }}</small></h2>
- {{ post.content }}
- </li>
-{% endfor %}
-</ul>