summaryrefslogtreecommitdiffstats
path: root/blog.html
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-07-13 21:49:17 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2012-07-13 21:49:17 +0200
commitd019dea5c77f1a82d486d776b7fedc3294ddb3ff (patch)
treed7b821c2884544c5d7678ab5fbc4c42463e71ca9 /blog.html
parentb657113fec4dff8444bf0db8b9bb3b5244a6d074 (diff)
downloadwww-d019dea5c77f1a82d486d776b7fedc3294ddb3ff.tar.gz
www-d019dea5c77f1a82d486d776b7fedc3294ddb3ff.tar.bz2
www-d019dea5c77f1a82d486d776b7fedc3294ddb3ff.zip
port to bootstrap, lots of changes...
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/blog.html b/blog.html
index 5fee95a..3fdec48 100644
--- a/blog.html
+++ b/blog.html
@@ -4,7 +4,6 @@
{% endmeta %}
{% block content %}
-
<h2>Latest posts</h2>
{% for post in site.posts %}
@@ -14,5 +13,4 @@
{{ post.date.strftime('%Y, %B %d') }}
</p>
{% endfor %}
-
{% endblock %}