Merge branch 'master' into 'master'
Added dateFormat site Param See merge request gabmus/hugo-ficurinia!8
This commit is contained in:
commit
72da9f00c7
|
@ -1,5 +1,5 @@
|
||||||
{{ if eq site.Language.Lang "it" }}
|
{{ if site.Params.dateFormat }}
|
||||||
{{ .Format "02-01-2006" }}
|
{{ .Format site.Params.dateFormat }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ .Format "2006-01-02" }}
|
{{ .Format "2006-01-02" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue