diff --git a/i18n/en.toml b/i18n/en.toml index 0fc441bd..7c277702 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -2,7 +2,7 @@ other = "Improve this page" [lastUpdated] -other = "Last updated" +other = "Last updated {{ .Format \"January 2, 2006\" }}" [joinTitle] other = "Join the social media revolution" diff --git a/layouts/index.html b/layouts/index.html index a98ff5a4..ba32103a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -11,7 +11,7 @@ {{ .Content }}

- {{ i18n "lastUpdated" }} {{ .Lastmod.Format "January 2, 2006" }}{{ with .File }} · {{ i18n "improvePage" }}{{ end }} + {{ i18n "lastUpdated" .Lastmod }}{{ with .File }} · {{ i18n "improvePage" }}{{ end }} {{ if .IsTranslated }}