diff options
author | RochDLY <roch.delannay@gmail.com> | 2023-11-08 00:52:26 +0100 |
---|---|---|
committer | RochDLY <roch.delannay@gmail.com> | 2023-11-08 00:52:26 +0100 |
commit | a4b1d908cc3e528ad74f18d5dcdd79393be54b28 (patch) | |
tree | 0e7ba746dd17be7adcdd76014d324e94320a5b09 /templates/partials/nav.html | |
parent | 0b58365c5430544fb25f02f903fe435b714aad01 (diff) | |
download | pandoc-site-a4b1d908cc3e528ad74f18d5dcdd79393be54b28.tar.gz pandoc-site-a4b1d908cc3e528ad74f18d5dcdd79393be54b28.tar.bz2 pandoc-site-a4b1d908cc3e528ad74f18d5dcdd79393be54b28.zip |
modification du Makefile pour intégrer la prise en compte des modifications des templates dans le rebuild du site
Diffstat (limited to 'templates/partials/nav.html')
-rw-r--r-- | templates/partials/nav.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/partials/nav.html b/templates/partials/nav.html index bf5024a..cc22437 100644 --- a/templates/partials/nav.html +++ b/templates/partials/nav.html @@ -3,5 +3,6 @@ <a href="/">Accueil</a> <a href="/pages/publications.html">Publications savantes</a> <a href="/pages/cours.html">Enseignements</a> + <a href="/pages/glossaire.html">Glossaire</a> </div> </nav>
\ No newline at end of file |