From f97a419d58e6b750a6d819096c7590910c4b6209 Mon Sep 17 00:00:00 2001 From: Brett Parker Date: Sat, 12 Sep 2009 17:48:47 +0100 Subject: [PATCH] Reformat blog links a bit --- sommitrealweird/blog/templates/blog/blog_index.html | 2 +- sommitrealweird/blog/templates/blog/single_entry_rst.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sommitrealweird/blog/templates/blog/blog_index.html b/sommitrealweird/blog/templates/blog/blog_index.html index 6727804..8a38afb 100644 --- a/sommitrealweird/blog/templates/blog/blog_index.html +++ b/sommitrealweird/blog/templates/blog/blog_index.html @@ -27,7 +27,7 @@ {% endif %} {% endfor %} {% get_comment_count for entry as comment_count %} - permalink | Comments: {{ comment_count }}

+ | permalink | Comments: {{ comment_count }}

{% endfor %} {% if paginated and has_more_than_one_page %}

Pages: diff --git a/sommitrealweird/blog/templates/blog/single_entry_rst.html b/sommitrealweird/blog/templates/blog/single_entry_rst.html index 0d99d90..2536c75 100644 --- a/sommitrealweird/blog/templates/blog/single_entry_rst.html +++ b/sommitrealweird/blog/templates/blog/single_entry_rst.html @@ -24,7 +24,7 @@ {% endfor %} {% endif %} {% get_comment_count for entry as comment_count %} - permalink | Comments: {{ comment_count }} + | permalink | Comments: {{ comment_count }}

{% if comment_count %}
-- 2.30.2