diff --git a/Makefile b/Makefile index 9e316cc..32c7e32 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ help: init: mkdir -p $(BLOG_SRC) data templates - printf '$$TITLE' > templates/header.html + printf '$$TITLE' > templates/header.html printf '' > templates/footer.html printf '

will holdsworth'\''s blog

' > templates/index_header.html printf '

tags: ' > templates/tag_list_header.html