From d1387c052b231c87afa5548094aba523ce45a1e9 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:05:06 +1100 Subject: [PATCH] use serif font to allow monospace code blocks to stand out --- Makefile | 2 +- templates/header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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