mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2024-11-28 00:15:43 +00:00
fix
This commit is contained in:
parent
18d49745d5
commit
455a6191f7
2
Makefile
2
Makefile
@ -93,8 +93,8 @@ blog/index.html: index.md $(ARTICLES) $(TAGFILES) $(addprefix templates/,$(addsu
|
|||||||
envsubst < templates/article_entry.html; \
|
envsubst < templates/article_entry.html; \
|
||||||
first=false; \
|
first=false; \
|
||||||
done >> $@; \
|
done >> $@; \
|
||||||
markdown < index.md >> $@; \
|
|
||||||
envsubst < templates/article_list_footer.html >> $@; \
|
envsubst < templates/article_list_footer.html >> $@; \
|
||||||
|
markdown < index.md >> $@; \
|
||||||
envsubst < templates/index_footer.html >> $@; \
|
envsubst < templates/index_footer.html >> $@; \
|
||||||
envsubst < templates/footer.html >> $@; \
|
envsubst < templates/footer.html >> $@; \
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user