🚨 Support new language params changes in Hugo

This commit is contained in:
James Panther
2023-05-25 14:12:42 +10:00
parent aba3d34482
commit 50c5d212de
8 changed files with 27 additions and 23 deletions
+1 -1
View File
@@ -1 +1 @@
{{ return time.Format (site.Language.Params.dateFormat | default ":date_long") . }}
{{ return time.Format (site.Params.dateFormat | default ":date_long") . }}