From 643874c47d6058b1b9a04d6cbdb37a5e8a9a0b7d Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 10 Aug 2014 09:54:49 +0200 Subject: A new tab is opened when clicking on the title of an article. --- pyaggr3g470r/templates/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r') diff --git a/pyaggr3g470r/templates/article.html b/pyaggr3g470r/templates/article.html index 004dce01..101cf628 100644 --- a/pyaggr3g470r/templates/article.html +++ b/pyaggr3g470r/templates/article.html @@ -6,7 +6,7 @@ {% block content %}
-

{{ article.title|safe }}

+

{{ article.title|safe }}

{{ _('from') }} {{ article.source.title }}

{% if article.like %} -- cgit