added dark theme option. It ìs selected automagically based on system choiche of...
[theme-danix.xyz.git] / layouts / partials / head.html
index 46f5ee3..0f5757b 100644 (file)
@@ -1,8 +1,10 @@
 <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+       <meta name="color-scheme" content="light dark">
        <link rel="profile" href="https://gmpg.org/xfn/11">
 
+
        {{ $style_options := (dict "targetPath" "css/style.css" "outputStyle" "compressed" "transpiler" "dartsass" "enableSourceMap" (not hugo.IsProduction)) }}
        {{ $style := resources.Get "sass/main.scss" | resources.ToCSS $style_options }}