forked from FWS/TEMPLATE-Web-site-one-page
feat: index on p/index not on JS
[10][DONE]
This commit is contained in:
+2
-3
@@ -10,7 +10,7 @@
|
||||
<body>
|
||||
<div class="page-shell">
|
||||
<header class="site-header">
|
||||
<a class="brand" href="/" data-route="home" aria-label="Retour à l'accueil">
|
||||
<a class="brand" href="/?p/index/" data-route="index" aria-label="Retour à l'accueil">
|
||||
<span class="brand-mark">F</span>
|
||||
<span class="brand-text">
|
||||
<strong>Fws</strong>
|
||||
@@ -19,9 +19,8 @@
|
||||
</a>
|
||||
|
||||
<nav class="site-nav" aria-label="Navigation principale">
|
||||
<a href="/" data-route="home">Accueil</a>
|
||||
<a href="/?p/index/" data-route="index">Accueil</a>
|
||||
<a href="/?p/dl/" data-route="dl">DL</a>
|
||||
<a href="/?p/test/" data-route="test">test</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user