kalvn / Shaarli-Material

Shaarli Material is a theme for Shaarli, the famous personal, minimalist, super-fast, database free, bookmarking service.
https://github.com/kalvn/Shaarli-Material
MIT License
250 stars 23 forks source link

login link incorrect #108

Closed citizenspress closed 4 years ago

citizenspress commented 4 years ago

(for version 11.0)

The link is wrong in the index file that is generated which means when logged-out does nothing. The link should be /?do=login and not just /login

I am unsure how to fix this.

                <div class="header-buttons">

                        <a href="/login" class="icon-header popup-trigger ripple" title="Login">
                            <i class="mdi mdi-account"></i>
                        </a>
citizenspress commented 4 years ago

All I had to do is edit (anything) on the page.header.html and it corrected itself. I am unsure what the problem was.