aboutsummaryrefslogtreecommitdiff
path: root/source/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-02-02 19:46:24 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-02-02 19:46:24 +0100
commitdd6ff54457f4631067a0455941bbab83428eb9d5 (patch)
tree7c81245deea568acb5e6101cbbdb74685bf4da6f /source/templates
parentUpdated revision date. (diff)
downloadnewspipe-dd6ff54457f4631067a0455941bbab83428eb9d5.tar.gz
newspipe-dd6ff54457f4631067a0455941bbab83428eb9d5.tar.bz2
newspipe-dd6ff54457f4631067a0455941bbab83428eb9d5.zip
Added the publication date of the article in the /languages page.
Diffstat (limited to 'source/templates')
-rw-r--r--source/templates/languages.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/templates/languages.html b/source/templates/languages.html
index 229dae17..32cbd157 100644
--- a/source/templates/languages.html
+++ b/source/templates/languages.html
@@ -11,7 +11,7 @@
%for feed in articles_sorted_by_languages[language]:
<h2>${feed}</h2>
%for article in articles_sorted_by_languages[language][feed]:
- ${article["article_title"]}
+ ${article["article_date"].strftime('%Y-%m-%d %H:%M')} - ${article["article_title"]}
<br />
%endfor
<br />
bgstack15