From 455a6191f7d0f899c8e7eb24e60394c4de6e9546 Mon Sep 17 00:00:00 2001 From: Sylvain Gauthier Date: Mon, 15 Mar 2021 12:02:02 +1100 Subject: fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 >> $@; \ -- cgit v1.2.3