From 0f5be4877e7eb1d4321a5da3ee49ebe221e5fc10 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Wed, 27 Jun 2018 15:54:00 +0200 Subject: [PATCH] Remove unused config parameter --- exampleSite/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 1b24526..179bc2f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -16,7 +16,6 @@ enforce_ssl = false localTime = true # Show your current local time in contact section timeZone = "America/Los_Angeles" # Your timezone as in the TZ* column of this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones dateForm = "Jan 2, 2006" - dateFormFull = "Mon Jan 2 2006 15:04:05 EST" cacheBuster = false # Add the current unix timestamp in query string for cache busting css assets (relevant in development mode) faviconFile = "img/fav.ico" fadeIn = true # Turn on/off the fade-in effect