Add login/logout routes
This commit is contained in:
parent
d45d5c4284
commit
00bd1128d1
8 changed files with 107 additions and 12 deletions
|
|
@ -28,6 +28,7 @@
|
|||
<li><a href="/search/" title="{{ T('search') }}" rel="nofollow"><span class="material-icons">search</span></a></li>
|
||||
<li><a href="/p/random/" title="{{ T('random-page') }}" rel="nofollow"><span class="material-icons">shuffle</span></a></li>
|
||||
<li><a href="/create/" title="{{ T('new-note') }}" rel="nofollow"><span class="material-icons">create</span></a></li>
|
||||
<li><a href="/accounts/login/" title="{{ T('login') }}" rel="nofollow"><span class="material-icons">login</span></a></li>
|
||||
</ul>
|
||||
<div class="footer">
|
||||
<div class="footer-copyright">© 2020–2022 Sakuragasaki46.</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue