From 9dd55f2eb942c7afa03935e9a18d19b028b392bc Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Tue, 21 Jul 2015 16:47:34 +0200 Subject: improving article listing : default icon and title for article link --- pyaggr3g470r/templates/home.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 42a5d498..1577bd32 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -105,11 +105,16 @@ {% if filter_ == 'all' %}{% endif %} {% endif %} - - {% if article.source.icon %}{% endif %} - + + + {% if article.source.icon %} + + {% else %} + + {% endif %} + - {{ article.title|safe }} + {{ article.title|safe }} {{ article.date|datetime }} -- cgit