From ac24048a451826fb108713e2bd1f4a6cd8d70766 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Tue, 28 Jan 2025 00:12:43 +1100 Subject: [PATCH] remove spacing between tag and title on index --- blog/index.html | 2 +- templates/index_header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/index.html b/blog/index.html index 2330030..75fd77f 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1 +1 @@ -will holdsworth's blog

will holdsworth's blog

tags: #all

posts


\ No newline at end of file +will holdsworth's blog

will holdsworth's blog

tags: #all

posts


\ No newline at end of file diff --git a/templates/index_header.html b/templates/index_header.html index 08dd646..2f0eb84 100644 --- a/templates/index_header.html +++ b/templates/index_header.html @@ -1 +1 @@ -

will holdsworth's blog

\ No newline at end of file +

will holdsworth's blog

\ No newline at end of file