diff --git a/_config.yml b/_config.yml index edd3b4c..7d2d45b 100644 --- a/_config.yml +++ b/_config.yml @@ -151,6 +151,7 @@ enable_google_analytics: false enable_mansory: true enable_math: true enable_tooltips: false +enable_darkmode: false show_social_icons: false # ----------------------------------------------------------------------------- diff --git a/_includes/head.html b/_includes/head.html index 13cb2a5..c397baa 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -32,3 +32,8 @@ + + +{% if site.enable_darkmode %} + +{% endif %} diff --git a/_includes/header.html b/_includes/header.html index f4c9e65..6c44ff4 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,7 +1,7 @@
-