Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Web
Donate Static
Commits
681b1613
Commit
681b1613
authored
Nov 26, 2018
by
Hiro
🏄
Browse files
Fix logo relative link
parent
0fd3df87
Changes
2
Hide whitespace changes
Inline
Side-by-side
i18n/contents.pot
View file @
681b1613
...
...
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-26 16:5
0
+CET\n"
"POT-Creation-Date: 2018-11-26 16:5
2
+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"
...
...
templates/navbar.html
View file @
681b1613
<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"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment