diff --git a/Makefile b/Makefile index 6333cc2..f632891 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 >> $@; \