From b59b398e2f27a6b67704e78fd0bc63de691e64e9 Mon Sep 17 00:00:00 2001 From: Vicky Date: Tue, 13 Feb 2018 22:46:45 -0500 Subject: Minor correction to exampleSite config syntax. --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7348219..d57b8b9 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -24,7 +24,7 @@ canonifyurls = true # Turns relative urls in description = "Website description." # Max 160 characters show in search results faviconfile = "img/fav.ico" pygmentsStyle = "monokai" # Choose theme: https://help.farbox.com/pygments.html - pygmentsCodeFences = true + pygmentsCodefences = true footertext = "" # Text to show in footer (overrides default text) fadein = true # Turn on/off the fade-in effect -- cgit v1.2.3