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

will holdsworth'\''s blog

' > templates/index_header.html + printf '

will holdsworth'\''s blog

' > templates/index_header.html printf '

tags: ' > templates/tag_list_header.html printf '#$$NAME' > templates/tag_entry.html printf ', ' > templates/tag_separator.html