From adba57970e9193a463aa6cd19e4c09cbfad19da8 Mon Sep 17 00:00:00 2001 From: RochDLY Date: Tue, 20 Feb 2024 11:26:27 +0100 Subject: modification du template nav MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit modification de la structure du nav, remplacement de la div par une liste non ordonnée. Modification du css en conséquence. Modification du makefile dans la génération de l'indexc. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5c8a151..1f07628 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ serve: # HTML html: $(STATIC_DOCS) docs/index.html docs/index-cache.html $(POSTS_DOCS) $(PAGES_DOCS) -docs/index-cache.html: src/index-cache.md templates/index-cache.html $(metadata_site) +docs/index-cache.html: src/index-cache.md templates/index.html $(metadata_site) @ echo "Production de l'index caché." @ pandoc \ $< \ @@ -122,4 +122,4 @@ index-partials = \ templates/partials/nav.html templates/index.html: $(index-partials) - @ touch $@ \ No newline at end of file + @ touch $@ -- cgit v1.2.3