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

github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/date-long.html')
-rw-r--r--layouts/partials/date-long.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/date-long.html b/layouts/partials/date-long.html
index acf1232..5e6615c 100644
--- a/layouts/partials/date-long.html
+++ b/layouts/partials/date-long.html
@@ -2,4 +2,4 @@
{{- $time := time (index . "time") }}
{{- $lang := index . "lang" }}
{{ $time.Day }}
-{{- if eq $lang "fr" }}{{ index $monthFr (sub $time.Month 1) }}{{- else }} {{ dateFormat "January" $time}}{{ end }}
+{{ if eq $lang "fr" }}{{ index $monthFr (sub $time.Month 1) }}{{- else }} {{ dateFormat "January" $time}}{{ end }}