Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/spookey/slick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2018-12-16 01:17:00 +0300
committerFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2018-12-16 01:17:00 +0300
commita1fd9398e9498a0a0a463b37dbcf9fa07247875b (patch)
treeb4cbc8f6afb556b4252f72801044bd0d1b7abd13 /exampleSite
parent5c4df7a471534ba9b91ba60762c69e1f53f7e6de (diff)
Unify (and drop code clone) metadata output of posts with a partial
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0deb645..5d9d5cf 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -22,7 +22,7 @@ copyright = "Some Author — All rights reserved."
# Enables custom date format (optional, the default is MM-DD-YYYY)
# For reference to date and time templating, see:
# https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference
- dateformatpretty = "Mon, 02 Jan 2006 15:04:05 MST"
+ datefmt = "Mon, 02 Jan 2006 15:04:05 MST"
# Uses Hugo internal templates if set
opengraph = false