diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-02-02 19:46:24 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-02-02 19:46:24 +0100 |
commit | dd6ff54457f4631067a0455941bbab83428eb9d5 (patch) | |
tree | 7c81245deea568acb5e6101cbbdb74685bf4da6f /source | |
parent | Updated revision date. (diff) | |
download | newspipe-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')
-rw-r--r-- | source/templates/languages.html | 2 |
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 /> |