From 47bdef8be4cc2c660a15e0f688a0084118960172 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 2 Dec 2009 22:25:58 -0500 Subject: misc, front page, whitespace, photos --- bn_django/journal/templates/journal/linkartifact_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bn_django/journal/templates') diff --git a/bn_django/journal/templates/journal/linkartifact_list.html b/bn_django/journal/templates/journal/linkartifact_list.html index 6caaffa..7ab6d5e 100644 --- a/bn_django/journal/templates/journal/linkartifact_list.html +++ b/bn_django/journal/templates/journal/linkartifact_list.html @@ -24,11 +24,11 @@ end up at feeds.bnewbold.net. {% for item in object_list %}
  • {{item.title}} {% if item.html_caption %} -  "{{item.html_caption|truncatewords_html:10}}"{%endif%} +  "{{item.html_caption|safe|truncatewords_html:10}}"{%endif%}
    added {{item.date|date:"D, M d, Y"}} - more info - - {{item.url}} + {{ item.url|urlizetrunc:70 }} {% endfor %} {% else %} -- cgit v1.2.3