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

github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/posts.html')
-rw-r--r--layouts/_default/posts.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/posts.html b/layouts/_default/posts.html
index 3496be6..4781eae 100644
--- a/layouts/_default/posts.html
+++ b/layouts/_default/posts.html
@@ -9,10 +9,10 @@
<article class="archive-item">
<a href="{{ .RelPermalink }}" class="archive-item-link">{{ .Title }}</a>
<span class="archive-item-date">
- {{ .Date.Format "2 January 2006" }}
+ {{ .Date.Format (.Site.Params.dateFormatToUse | default "2 January 2006") }}
</span>
</article>
{{ end }} {{ end }}
{{ partial "paginator.html" . }}
</div>
-{{end }} \ No newline at end of file
+{{end }}