aboutsummaryrefslogtreecommitdiffstats
path: root/blog
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2015-01-13 16:54:06 +0000
committerGareth Rees <gareth@mysociety.org>2015-01-13 17:07:08 +0000
commit741525c54a30060c5f43cf70b9f6974df13e0e09 (patch)
tree3c57e2353d15985b9422c4fa1bd00377e4b9214e /blog
parent909ce91f1ed3fbdecb018a7fbd64748be634a82f (diff)
Redirect blog posts to new location
Also deletes redundant blog layouts
Diffstat (limited to 'blog')
-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>