1
0
Fork 0

Feat: move HOME to links

Dieser Commit ist enthalten in:
Bertrand Benjamin 2020-06-24 10:33:48 +02:00
Ursprung 1fe7d8c176
Commit ebd73f39f5
2 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -8,6 +8,7 @@ DISPLAY_PAGES_ON_MENU = False
DISPLAY_CATEGORIES_ON_MENU = False
MENUITEMS = [
#("Dernières modifications", SITEURL+"blog_index.html"),
("Accueil", "/"),
("Contenus de cours", "/pages/tout-sur-mes-cours.html"),
('blog', '/blog_index.html'),
('Opytex', "/opytex/"),

Datei anzeigen

@ -94,8 +94,6 @@
<main>
{% if MAIN_MENU %}
<nav>
<a href="/">{{ _('Home') }}</a>
{% for title, link in MENUITEMS %}
<a href="{{ link }}">{{ title }}</a>
{% endfor %}