diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 0075cbe..d19b463 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -33,6 +33,8 @@ highlightjs = true # Syntax highlighting lang = "en" footertext = "" # Text to show in footer (overrides default text) +fadein = true # Turn on/off the fade-in effect + showblog = true # Show Blog section on home page showallposts = false # Set 'true' to list all posts on home page, or set 'false' to link to separate blog list page showlatest = true # Show latest blog post summary diff --git a/layouts/404.html b/layouts/404.html index 145f1d5..cf5e557 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -2,21 +2,21 @@