mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
Reorder and rename the navbar
This commit is contained in:
parent
abe6b4a83c
commit
ed087ec7dd
1 changed files with 1 additions and 1 deletions
|
@ -26,9 +26,9 @@
|
|||
<span class="nav-sitename">{{ config["SITE_NAME"] }}</span>
|
||||
</a>
|
||||
<span class="nav-modules">
|
||||
<a class="no-icon" href="{{ url_for("profile.profile_index") }}">Noi</a>
|
||||
<a class="no-icon" href="{{ url_for("wikiview.wikiview_index") }}">Wiki</a>
|
||||
<a class="no-icon" href="{{ url_for("diarioview.diarioview_page", page=1) }}">Diario</a>
|
||||
<a class="no-icon" href="{{ url_for("profile.profile_index") }}">Profili</a>
|
||||
</span>
|
||||
</div>
|
||||
<div class="nav-center">
|
||||
|
|
Loading…
Reference in a new issue