diff --git a/src/_data/site.js b/src/_data/site.js index ae6dee1..594702c 100644 --- a/src/_data/site.js +++ b/src/_data/site.js @@ -12,6 +12,7 @@ module.exports = { title: "SuperMinimalCSS", description: "Superminimal Superminimal", lang: "fr", + theme: "auto", // "light", "dark" or "auto" feed: "feed.xml", url: "http://localhost:8080" } \ No newline at end of file diff --git a/src/_includes/partials/metas.html b/src/_includes/partials/metas.html index 98a22cc..0f32cdf 100644 --- a/src/_includes/partials/metas.html +++ b/src/_includes/partials/metas.html @@ -53,9 +53,12 @@ +{% if site.theme == "auto" %} - +{% else %} + +{% endif %}