From 392ab0f42f5edf5340c1c3243a45bbc395b0f569 Mon Sep 17 00:00:00 2001 From: Karol Kania <999044+khanyooh@users.noreply.github.com> Date: Fri, 04 Dec 2020 21:09:07 +0000 Subject: [PATCH] Make the animated loading an option in config file --- exampleSite/config.toml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 69e4466..7e174ed 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -24,6 +24,7 @@ customJs = [] mainSections = ["post"] images = ["images/site-feature-image.png"] +animatedLoading = true # Google Site Verification #googleSiteVerify = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -- Gitblit v1.10.0