diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-13 17:29:47 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-13 17:29:47 +0100 |
commit | 0408a624a671f06a6ba0122e78b41f48ac2900c6 (patch) | |
tree | 73cf32e4aaeba0725d80f84643dec8cf69592ee3 /src/web/templates/popular.html | |
parent | Updated CHANGELOG. (diff) | |
download | newspipe-0408a624a671f06a6ba0122e78b41f48ac2900c6.tar.gz newspipe-0408a624a671f06a6ba0122e78b41f48ac2900c6.tar.bz2 newspipe-0408a624a671f06a6ba0122e78b41f48ac2900c6.zip |
Added page for public feeds.
Diffstat (limited to 'src/web/templates/popular.html')
-rw-r--r-- | src/web/templates/popular.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/popular.html b/src/web/templates/popular.html index b1978bf1..aae50a8c 100644 --- a/src/web/templates/popular.html +++ b/src/web/templates/popular.html @@ -13,6 +13,6 @@ <span class="badge">{{ feed[1] }}</span> </li> {% endfor %} -</ul> + </ul> </div><!-- /.container --> {% endblock %} |