diff options
author | Martin Wright <martin@mynameismartin.com> | 2015-04-07 14:46:11 +0100 |
---|---|---|
committer | Martin Wright <martin@mynameismartin.com> | 2015-04-07 14:46:11 +0100 |
commit | 270606788ba97b9c509183a06cdefe3b83f07464 (patch) | |
tree | 3304ea68b1e5cfecc2518aa6effa643175e12fdd /blog | |
parent | 970396737e03ec2336f0ecc34d07047d83ff2629 (diff) | |
parent | 6cc59ede7bca866f7e56c771cc12ca1afa9406ef (diff) |
Merge branch 'gh-pages' of ssh://git.mysociety.org/data/git/public/alaveteli into gh-pages
Diffstat (limited to 'blog')
-rw-r--r-- | blog/index.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/blog/index.html b/blog/index.html deleted file mode 100644 index 871987aca..000000000 --- a/blog/index.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: page -title: Blog ---- - -<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> |