diff --git a/website/src/blog.html b/website/src/blog.html index 49b415afd9..5de89a2eca 100644 --- a/website/src/blog.html +++ b/website/src/blog.html @@ -59,7 +59,7 @@ active_blog: true {{ blog.data.title | safe }}

- {{ blog.data.date.toUTCString().split(' ').slice(0, 4).join(' ') }} + {{ blog.data.date.toUTCString().split(' ').slice(1, 4).join(' ') }}

{% if blog.data.previewBody %}