diff --git a/layouts/index.html b/layouts/index.html index e021979..4e9e412 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -19,7 +19,7 @@ {{ range $paginator.Pages }} {{.Title}} - {{ .Site.Data.Strings.publishedon}} {{.Date.Day}} {{ index $.Site.Data.months.months .Date.Month }} {{.Date.Year}}, {{ .Date.Format "15:04" }} UTC+6 {{ if .Draft }} DRAFT {{ end }} + {{ .Site.Data.Strings.publishedon}} {{.Date.Day}} {{ index $.Site.Data.months.months .Date.Month }} {{.Date.Year}}, {{ .Date.Format "15:04" }} {{ if .Draft }} DRAFT {{ end }} {{ template "partials/pagedescription.html" . }} {{ end }}