From 8b83decec5d0184e03a306ad1f6b9537cafb3ded Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 28 Nov 2012 13:43:00 +0100 Subject: Display the title of an article in the tab of the browser (for the /article page). --- source/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/templates') diff --git a/source/templates/base.html b/source/templates/base.html index 75776128..3eff5bfe 100644 --- a/source/templates/base.html +++ b/source/templates/base.html @@ -2,12 +2,12 @@ - %if nb_unread_articles is UNDEFINED: + %if header_text is UNDEFINED: pyAggr3g470r - %elif nb_unread_articles == 0: + %elif header_text == 0: pyAggr3g470r %else: - ${nb_unread_articles} - pyAggr3g470r + ${header_text} - pyAggr3g470r %endif -- cgit