diff options
author | RochDLY <roch.delannay@gmail.com> | 2024-02-20 11:26:27 +0100 |
---|---|---|
committer | RochDLY <roch.delannay@gmail.com> | 2024-02-20 11:26:27 +0100 |
commit | adba57970e9193a463aa6cd19e4c09cbfad19da8 (patch) | |
tree | 9d1e87680af1f77c1db013d1d668436a8b34e518 /Makefile | |
parent | 94ac29e42319808d7f23940d65a3fbf55a1ccbb1 (diff) | |
download | pandoc-site-adba57970e9193a463aa6cd19e4c09cbfad19da8.tar.gz pandoc-site-adba57970e9193a463aa6cd19e4c09cbfad19da8.tar.bz2 pandoc-site-adba57970e9193a463aa6cd19e4c09cbfad19da8.zip |
modification du template nav
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $@ |