From 6354563b23fe57a23c46a39e1fdcdbe7c51252e7 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 29 Nov 2012 00:01:16 +0100 Subject: Template adjustment. --- source/templates/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/templates/index.html') diff --git a/source/templates/index.html b/source/templates/index.html index 43387a3e..69d124a2 100644 --- a/source/templates/index.html +++ b/source/templates/index.html @@ -49,11 +49,11 @@ import utils %> <% for feed in feeds: - html += """

%s + html += """\n""" % (feed["feed_id"],) + html += """

%s

\n""" % \ - (feed["feed_id"], feed["site_link"], feed["feed_title"], \ + target="_blank">\n
""" % \ + (feed["site_link"], feed["feed_title"], \ feed["feed_link"], feed["feed_image"]) # The main page display only 10 articles by feeds. -- cgit