[tpo/staging] Fix logo relative link

commit 681b1613826d12ad58e56c72d76e0af7e60d279d Author: hiro <hiro@torproject.org> Date: Mon Nov 26 16:52:43 2018 +0100 Fix logo relative link --- i18n/contents.pot | 2 +- templates/navbar.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/contents.pot b/i18n/contents.pot index 901abea..d594dbe 100644 --- a/i18n/contents.pot +++ b/i18n/contents.pot @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-26 16:50+CET\n" +"POT-Creation-Date: 2018-11-26 16:52+CET\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: en <LL@li.org>\n" diff --git a/templates/navbar.html b/templates/navbar.html index c132b3b..60dc63e 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -1,7 +1,7 @@ <div class="container bg-dark"> <nav class="navbar no-background navbar-expand-lg navbar-dark fixed-top bg-dark p-5"> <a class="navbar-brand" href="/"> - <img src="{{ '/static/images/tor-logo.svg' }}" > + <img src="{{ '/static/images/tor-logo.svg'|asseturl }}" > <span class="sr-only">{{ _("Tor Logo") }}</span> </a> <label for="nav-toggle">
participants (1)
-
hiro@torproject.org