aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-19 09:14:37 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-19 09:14:37 +0200
commit7c96f229ff0cac9fa541cd3454941e4ff4bec391 (patch)
tree70ccfcf926466053590846305c6987233d103fb8 /src
parentNew logo. (diff)
downloadnewspipe-7c96f229ff0cac9fa541cd3454941e4ff4bec391.tar.gz
newspipe-7c96f229ff0cac9fa541cd3454941e4ff4bec391.tar.bz2
newspipe-7c96f229ff0cac9fa541cd3454941e4ff4bec391.zip
Added UTF-8 version of the logo.
Diffstat (limited to 'src')
-rw-r--r--src/web/templates/layout.html2
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") }}">🗞&nbsp;Newspipe</a>
{% if head_titles %}
<p class="navbar-text" style="max-height: 20px; overflow: hidden">
{{ " - ".join(head_titles) }}
bgstack15