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

github.com/meibenny/elephants.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Mei <meibenny@gmail.com>2018-01-02 07:01:19 +0300
committerBenny Mei <meibenny@gmail.com>2018-01-02 07:01:19 +0300
commit84f2a0ce18ee92b2c8db61b1510346793d21682b (patch)
treecb1fce5a981498609fdd9759fcb83e8a9429a97e
parent9e59e0fefea614da136c8c4c951ed0a6e6080f4b (diff)
fix|update date format
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 441ab57..e6c9591 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -5,7 +5,7 @@
{{ range .Data.Pages.ByPublishDate.Reverse }}
<div id="posts">
<div id=date class="date-time-title">
- <time>{{ .Date.Format (.Site.Params.dateform | default "Jan 2 2006") }}</time>
+ <time>{{ .Date.Format (.Site.Params.dateform | default "Jan 02 2006") }}</time>
</div>
<div class="date-time-title post">
<a href="{{ .Permalink }}">{{ .Title }}</a>