From 2604d93350867ccf6f434d93d51793c7f7acee69 Mon Sep 17 00:00:00 2001 From: farthen Date: Thu, 5 Sep 2013 00:11:44 +0200 Subject: blog.html: Make entry titles wrap correctly at small display sizes --- blog.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'blog.html') diff --git a/blog.html b/blog.html index 9b67839..c5e83e9 100644 --- a/blog.html +++ b/blog.html @@ -9,11 +9,13 @@

{{ year }}

{% for post in entries %} -

+

- {{ post.title }} +
+ {{ post.title }} +

{% endfor %}
-- cgit v1.2.3-1-g7c22