diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 319b98f..4dec7a5 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -31,6 +31,15 @@ preserveTaxonomyNames = true github = "https://github.com" gitlab = "https://gitlab.com" + # Enables or disables the loading animations. false activates them. Default is false. + loadfastload = false + + # Sets the speed for the page loading effect. Default is 1.0. + loadspeedfactor = 1.0 + + # Enables or disables the second flyby cursor. Default is false. + loadonepass = false + [menu] [[menu.main]] diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 283cc07..4af4279 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -35,7 +35,11 @@