diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 358a179..1014de4 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -15,6 +15,11 @@ + +{{ if site.Params.darkMode.enable }} + +{{ end }} + {{/* add favicon only if the site author has provided the the favicon */}} {{ if site.Params.logo.favicon }} diff --git a/layouts/partials/navigators/theme-selector.html b/layouts/partials/navigators/theme-selector.html index 51e371c..9d243f4 100644 --- a/layouts/partials/navigators/theme-selector.html +++ b/layouts/partials/navigators/theme-selector.html @@ -1,20 +1,20 @@