diff --git a/Makefile b/Makefile index ffdb0f4..9353745 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 diff --git a/templates/header.html b/templates/header.html index ce9d8cc..b5b4467 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1 +1 @@ -$TITLE \ No newline at end of file +$TITLE \ No newline at end of file