From 87eb51f115fa81c296ad4125330337c9b6bbd5f6 Mon Sep 17 00:00:00 2001 From: MyGiHu <74786828+MyGiHu@users.noreply.github.com> Date: Mon, 28 Dec 2020 01:10:05 +0100 Subject: Adding the "auto" option of themeStyle to the comment (#272) * fix-262 * Replacing Moment.js with native JavaScript * Update config.toml Adding the "auto" option of themeStyle to the comment. --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7ed86db..8dba7d0 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -5,7 +5,7 @@ DefaultContentLanguage = "en" # Default language fo # googleAnalytics = "" # https://gohugo.io/templates/internal/#google-analytics [params] - themeStyle = "light" # Choose "light" or "dark" + themeStyle = "light" # Choose "light" or "dark" or "auto" favicon = "/img/fav.ico" # Path to favicon file showRSSButton = false # Show rss button in navigation fadeIn = true # Turn on/off the fade-in effect -- cgit v1.2.3