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

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jonsson <dannie92@gmail.com>2017-02-04 10:47:37 +0300
committerJuraj Bubniak <juraj.bubniak@gmail.com>2017-02-04 10:47:37 +0300
commit2e4ed12f4e738e64a5f1c07a85a00e8d9582d761 (patch)
tree49624c89bc49f13d85da7e308d7f9bbceef38248 /exampleSite
parent6450d6b71efa9b0dce7e0c404f93f1f8e55081d4 (diff)
Add config option to customize the date format (#26)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0018f1e..11c2f44 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -28,6 +28,7 @@ googleAnalytics = "XXX"
shareTwitter = true
shareFacebook = true
shareGooglePlus = true
+ dateFormat = "Mon, Jan 2, 2006"
[Permalinks]
post = "/:year/:month/:day/:filename/"