From fcd8916343cd3b112df0ba9d18ec9ea5cc7c54ea Mon Sep 17 00:00:00 2001
From: Luiz F. A. de PrĂ¡ <luiz.pra@olist.com>
Date: Fri, 14 Feb 2020 21:00:04 +0000
Subject: [PATCH] Fix figure aligment
---
exampleSite/config.toml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 61ed225..3f02c74 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -39,14 +39,14 @@
# "auto" (use preference set by browser)
# "dark" (dark background, light foreground)
# "light" (light background, dark foreground) (default)
- colorscheme = "light"
+ colorscheme = "auto"
# Series see also post count
maxSeeAlsoItems = 5
# Custom CSS
custom_css = []
-
+
# Custom JS
custom_js = []
--
Gitblit v1.10.0