summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 >> $@; \