summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Gauthier <s94.gauthier@laposte.net>2021-03-15 12:02:02 +1100
committerSylvain Gauthier <s94.gauthier@laposte.net>2021-03-15 12:02:02 +1100
commit455a6191f7d0f899c8e7eb24e60394c4de6e9546 (patch)
treec88a20b970f08c4e9b2f6629f14d7dc657dca7e6
parent18d49745d55f46fbbfbc2f05cfc4fdbdb5d7be8a (diff)
downloadbased.cooking-455a6191f7d0f899c8e7eb24e60394c4de6e9546.tar
based.cooking-455a6191f7d0f899c8e7eb24e60394c4de6e9546.tar.gz
based.cooking-455a6191f7d0f899c8e7eb24e60394c4de6e9546.tar.lz
based.cooking-455a6191f7d0f899c8e7eb24e60394c4de6e9546.tar.xz
based.cooking-455a6191f7d0f899c8e7eb24e60394c4de6e9546.zip
fix
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6333cc291..f63289154 100644
--- a/Makefile
+++ b/Makefile
@@ -93,8 +93,8 @@ blog/index.html: index.md $(ARTICLES) $(TAGFILES) $(addprefix templates/,$(addsu
envsubst < templates/article_entry.html; \
first=false; \
done >> $@; \
- markdown < index.md >> $@; \
envsubst < templates/article_list_footer.html >> $@; \
+ markdown < index.md >> $@; \
envsubst < templates/index_footer.html >> $@; \
envsubst < templates/footer.html >> $@; \