From f753261345802be51979dde243f5693c3bd48e85 Mon Sep 17 00:00:00 2001
From: 9x9x9x <87396719+9x9x9x@users.noreply.github.com>
Date: Thu, 10 Nov 2022 02:00:40 +0530
Subject: [PATCH] fix: no need to reload for theme change
Changing the theme using toggle does not require reloading the entire page using self-linking
---
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 e8a637a..30476c8 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -7,7 +7,7 @@
{{ .Name }}
{{ end }}
{{ if eq .Site.Params.mode "toggle" -}}
- |
+ |
{{ end }}