Skip to content
New issue

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

Main logo links to https://download.lineageos.org/#!user. This breaks some other relative links. #3

Open
zifnab06 opened this issue Dec 28, 2017 · 2 comments

Comments

@zifnab06
Copy link
Contributor

No description provided.

@tomscholz
Copy link

I can take up this one :)

@gmrt
Copy link

gmrt commented Jul 14, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants