From 7ab6159c7fffb99c6b594e10b3d60c27fe02f965 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sat, 28 Jan 2023 23:21:42 +0100 Subject: Fixed theme chooser not displayed upon first connection and some cleanup --- layouts/partials/nav.html | 4 ++-- layouts/partials/themeSwitcher.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 9a63b34..a86bd73 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -14,12 +14,12 @@ {{- end -}} {{- $url := urls.Parse .URL -}} {{- $baseurl := urls.Parse $.Site.Params.Baseurl -}} - {{ end }}
  • - diff --git a/layouts/partials/themeSwitcher.html b/layouts/partials/themeSwitcher.html index 902d8e3..9781878 100644 --- a/layouts/partials/themeSwitcher.html +++ b/layouts/partials/themeSwitcher.html @@ -1,15 +1,15 @@