From 1f6a94389ffeb5c08ba84f136d1f59855921335f Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Tue, 28 Jan 2025 00:12:21 +1100 Subject: [PATCH] remove spacing between tag and title on index --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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