diff --git a/website/themes/beastie/layouts/news/news.rss.xml b/website/themes/beastie/layouts/news/news.rss.xml --- a/website/themes/beastie/layouts/news/news.rss.xml +++ b/website/themes/beastie/layouts/news/news.rss.xml @@ -43,7 +43,7 @@ {{ end }} {{ absLangURL ($.Site.BaseURL) }}news/newsflash/#{{ dateFormat "2006-01-02" .date }}:{{ $newsDayCounter }} {{ absLangURL ($.Site.BaseURL) }}news/newsflash/#{{ dateFormat "2006-01-02" .date }}:{{ $newsDayCounter }} - {{ dateFormat "2006-01-02" .date }} + {{ dateFormat "02 Jan 06 15:04 UTC" .date }} {{ $newsCounter = add $newsCounter 1 }} {{ $newsDayPrev = $newsDayCur }} diff --git a/website/themes/beastie/layouts/press/press.rss.xml b/website/themes/beastie/layouts/press/press.rss.xml --- a/website/themes/beastie/layouts/press/press.rss.xml +++ b/website/themes/beastie/layouts/press/press.rss.xml @@ -39,7 +39,7 @@ {{ end }} {{ absLangURL ($.Site.BaseURL) }}press/#{{ dateFormat "2006-01" .date }}:{{ $pressMonthCounter }} {{ absLangURL ($.Site.BaseURL) }}press/#{{ dateFormat "2006-01" .date }}:{{ $pressMonthCounter }} - {{ dateFormat "2006-01-02" .date }} + {{ dateFormat "02 Jan 06 15:04 UTC" .date }} {{ $pressMonthPrev = $pressMonthCur }} {{ end }} diff --git a/website/themes/beastie/layouts/security/security.rss.xml b/website/themes/beastie/layouts/security/security.rss.xml --- a/website/themes/beastie/layouts/security/security.rss.xml +++ b/website/themes/beastie/layouts/security/security.rss.xml @@ -34,7 +34,7 @@ {{ .name }} {{ absLangURL ($.Site.BaseURL) }}/security/advisories/{{ .name }}.asc {{ absLangURL ($.Site.BaseURL) }}/security/advisories/{{ .name }}.asc - {{ .date }} + {{ dateFormat "02 Jan 06 15:04 UTC" .date }} {{ $advisoriesCounter = add $advisoriesCounter 1 }} {{ end }}