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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrm3l <t.fabritz@gmail.com>2019-03-25 18:14:21 +0300
committerCurtis Timson <curt@live.co.uk>2019-03-25 18:14:21 +0300
commit8d5175ef4571ead3ca8262383caef16e3c538124 (patch)
tree8473c83c15c36a6ce8a05fc337c70e41b407aec7 /exampleSite
parent3546f3d911687eb57356f92409daed9d9ceab160 (diff)
Add dateFormat param (#56)4.3.0
* Add dateFormat param * Add DateForm to config-prod * Rename DateForm to DateFormat * Bump minor version to 4.3.0
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config-prod.toml3
-rw-r--r--exampleSite/config.toml3
2 files changed, 6 insertions, 0 deletions
diff --git a/exampleSite/config-prod.toml b/exampleSite/config-prod.toml
index f51aaf0..6373b92 100644
--- a/exampleSite/config-prod.toml
+++ b/exampleSite/config-prod.toml
@@ -24,3 +24,6 @@ disqusShortname = ""
#[languages.fr]
# languageName = "Français"
# title = "Massively - Version Française"
+
+#[params]
+ #DateFormat = "2.1.2006" \ No newline at end of file
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index a3341a0..fc0dfba 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -24,3 +24,6 @@ disqusShortname = ""
#[languages.fr]
# languageName = "Français"
# title = "Massively - Version Française"
+
+# [params]
+# DateFormat = "2.1.2006" \ No newline at end of file