From 9715533ac83fe63df7a384cfd74cfad342b588b4 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 13 Apr 2015 08:58:42 +0200 Subject: It is now possible to sort articles by date (default) or by feed. --- pyaggr3g470r/templates/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyaggr3g470r/templates/home.html') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index e055b3e0..98b12e25 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -73,9 +73,9 @@ - {{ _('Feed') }} + {{ _('Feed') }} {{ _('Article') }} - {{ _('Date') }} + {{ _('Date') }} -- cgit