From 05500344b018b1291508601887b09a2dbbd0332b Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 20 Jan 2024 23:48:31 -0500 Subject: [PATCH] fix css --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 5564ad8..e5cddd0 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,5 +1,5 @@ {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} - + \ No newline at end of file