Fix lastBuildDate time zone format

master
Will Faught 2 years ago
parent 12e486cdbd
commit 3f1f515cba

@ -3,7 +3,7 @@
{{ $copyright := site.Copyright }} {{ $copyright := site.Copyright }}
{{ $description := or $page.Description "Recent content" }} {{ $description := or $page.Description "Recent content" }}
{{ $html := $page.AlternativeOutputFormats.Get "html" }} {{ $html := $page.AlternativeOutputFormats.Get "html" }}
{{ $lastbuilddate := (partial "paige/changed.html" $page).Format "Mon, 02 Jan 2006 15:04:05 -0700" }} {{ $lastbuilddate := (partial "paige/changed.html" $page).Format "Mon, 02 Jan 2006 15:04:05 MST" }}
{{ $language := site.LanguageCode | default site.Language.Lang }} {{ $language := site.LanguageCode | default site.Language.Lang }}
{{ $limit := site.Config.Services.RSS.Limit }} {{ $limit := site.Config.Services.RSS.Limit }}
{{ $link := $page.Permalink }} {{ $link := $page.Permalink }}

Loading…
Cancel
Save