diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 20 | ||||
-rw-r--r-- | templates/partials/nav.html | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/templates/index.html b/templates/index.html index 4605930..e7f2612 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,6 +5,14 @@ </head> <body> ${partials/header.html()} + <div class="posts-list"> + <header class="header-bloc"> + <h2>Billets de blog</h2> + </header> + <div> + ${body} + </div> + </div> ${if(title)} <div class="description-site"> <header class="header-bloc"> @@ -14,15 +22,7 @@ ${resume} </div> </div> - <div class="posts-list"> - <header class="header-bloc"> - <h2>Billets de blog</h2> - </header> - <div> - ${body} - </div> - </div> - ${endif} + ${endif} ${partials/footer.html()} </body> -</html>
\ No newline at end of file +</html> diff --git a/templates/partials/nav.html b/templates/partials/nav.html index 03cfa64..43544ef 100644 --- a/templates/partials/nav.html +++ b/templates/partials/nav.html @@ -3,7 +3,7 @@ <li><a href="/">Accueil</a></li> <li><a href="/pages/publications.html">Publications</a></li> <li><a href="/pages/cours.html">Enseignements</a></li> - <li><a href="/pages/glossaire.html">Glossaire</a></li> + <li><a href="/pages/presentations.html">Présentations</a></li> <li class="right"><a href="/index-cache.html"></a></li> </ul> </nav> |