diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-28 07:53:28 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-28 07:53:28 +0100 |
commit | 51663e26e41d26b3c213e811103786277b6df304 (patch) | |
tree | 01897580eaeeb1ba317ce192a0c3dd95e783f890 /pyaggr3g470r/templates | |
parent | Displaying the number of articles in a feed. (diff) | |
download | newspipe-51663e26e41d26b3c213e811103786277b6df304.tar.gz newspipe-51663e26e41d26b3c213e811103786277b6df304.tar.bz2 newspipe-51663e26e41d26b3c213e811103786277b6df304.zip |
Added link to the site of the feed.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r-- | pyaggr3g470r/templates/articles.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/articles.html b/pyaggr3g470r/templates/articles.html index 3b29a2d6..28420b5c 100644 --- a/pyaggr3g470r/templates/articles.html +++ b/pyaggr3g470r/templates/articles.html @@ -2,7 +2,7 @@ {% block content %} <div class="container"> <div class="jumbotron"> - <h2>{{ feed.title }}</h2> + <h2><a href="{{ feed.site_link }}">{{ feed.title }}</a></h2> <h3>{{ feed.articles|length }} articles.</h3> </div> {% for number in range(0, feed.articles|length-2, 3) %} |