diff options
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) %} |