diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-19 09:14:37 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-19 09:14:37 +0200 |
commit | 7c96f229ff0cac9fa541cd3454941e4ff4bec391 (patch) | |
tree | 70ccfcf926466053590846305c6987233d103fb8 /src/web | |
parent | New logo. (diff) | |
download | newspipe-7c96f229ff0cac9fa541cd3454941e4ff4bec391.tar.gz newspipe-7c96f229ff0cac9fa541cd3454941e4ff4bec391.tar.bz2 newspipe-7c96f229ff0cac9fa541cd3454941e4ff4bec391.zip |
Added UTF-8 version of the logo.
Diffstat (limited to 'src/web')
-rw-r--r-- | src/web/templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index 5bd5c3d6..202f6854 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -31,7 +31,7 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="navbar-brand" href="{{ url_for("home") }}">Newspipe</a> + <a class="navbar-brand" href="{{ url_for("home") }}">🗞 Newspipe</a> {% if head_titles %} <p class="navbar-text" style="max-height: 20px; overflow: hidden"> {{ " - ".join(head_titles) }} |