Merge pull request #162 from sylGauthier/syg/master

fix
This commit is contained in:
Luke Smith 2021-03-14 21:07:46 -04:00 committed by GitHub
commit 10ffebf2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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