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

github.com/jrutheiser/hugo-lithium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Rutheiser <jonathan.rutheiser@gmail.com>2016-10-04 04:06:22 +0300
committerGitHub <noreply@github.com>2016-10-04 04:06:22 +0300
commitb20241081f9cd7eac8b6704c6e93ecddf6cd9d16 (patch)
tree754f6c1d0cb02b15f451870031c62a69c0f86ee0
parentc78a926c64c522f29fb27057d31ab453dcf42671 (diff)
parent1f6d194ef17f74e56a173b113cf6e992ce9e1726 (diff)
Merge pull request #1 from nikovacevic/patch-1
Fixed date formatting
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 47cf0a2..3a6434d 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -10,7 +10,7 @@
<h1 class="article-title">{{ .Title }}</h1>
{{ if eq .Section "post" }}
- <span class="article-date">{{ .Date.Format "January 1, 2006" }}</span>
+ <span class="article-date">{{ .Date.Format "January 2, 2006" }}</span>
{{ end }}
<div class="article-content">