This commit is contained in:
Sylvain Gauthier 2021-03-15 12:02:02 +11:00
parent 18d49745d5
commit 455a6191f7

View File

@ -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 >> $@; \