We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
I can take up this one :)
Sorry, something went wrong.
diff --git a/templates/base.html b/templates/base.html index 38f6ee6..66cef64 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,15 +16,15 @@ <body> <nav> <div class="nav-wrapper"> - <a href="#!" class="brand-logo center">LineageOS Downloads</a> + <a href="/" class="brand-logo center">LineageOS Downloads</a> <ul id="slide-out" class="side-nav fixed"> <li> <div class="userView"> <div class="background"> <img src="/static/iconoclast.png"> </div> - <a href="#!user"><img class="logo circle" src="/static/logo.png" height=128px width=128px /></a> - <a href="#!name"><span class="white-text name">Devices</span></a> + <a href="/"><img class="logo circle" src="/static/logo.png" height=128px width=128px /></a> + <span class="white-text name">Devices</span> </div> </li> {% for oem in oem_to_devices.keys() | sort %}
is probably all you need. You could also add a new config entry with an absolute URL.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: