diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-17 21:39:52 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-17 21:39:52 +0100 |
commit | 7e2e3124941ce0ec35bfd841f64f60a2afe71d09 (patch) | |
tree | 8902c59367ca7f2b9fe3315f817ad78cf2569fc5 /pyaggr3g470r/templates | |
parent | Removed old requirements.txt file. (diff) | |
download | newspipe-7e2e3124941ce0ec35bfd841f64f60a2afe71d09.tar.gz newspipe-7e2e3124941ce0ec35bfd841f64f60a2afe71d09.tar.bz2 newspipe-7e2e3124941ce0ec35bfd841f64f60a2afe71d09.zip |
Restored tag cloud per feed.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r-- | pyaggr3g470r/templates/about.html | 2 | ||||
-rw-r--r-- | pyaggr3g470r/templates/feed.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html index 41dbe20c..3b4a310b 100644 --- a/pyaggr3g470r/templates/about.html +++ b/pyaggr3g470r/templates/about.html @@ -4,7 +4,7 @@ <div class="jumbotron"> <p>This software is under GPLv3 license. You are welcome to copy, modify or redistribute the <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/">source code</a> - according to the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> license.</pa> + according to the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> license.</p> </div> </div><!-- /.container --> {% endblock %} diff --git a/pyaggr3g470r/templates/feed.html b/pyaggr3g470r/templates/feed.html index e08ac159..7abd133f 100644 --- a/pyaggr3g470r/templates/feed.html +++ b/pyaggr3g470r/templates/feed.html @@ -8,6 +8,8 @@ <p>This feed contains {{ feed.articles|count }} <a href="/articles/{{ feed.oid }}">articles</a>.</p> <p>Address of the feed: <a href="{{ feed.link }}">{{ feed.link }}</a>.</p> <p>Address of the site: <a href="{{ feed.site_link }}">{{ feed.site_link }}</a>.</p> + <h3>Tag cloud</h3> + <div>{{ tag_cloud|safe }}</div> </div> </div><!-- /.container --> {% endblock %}
\ No newline at end of file |