diff --git a/src/components/LastUpdated.astro b/src/components/LastUpdated.astro index f6e708d2cd..3d7ec4d837 100644 --- a/src/components/LastUpdated.astro +++ b/src/components/LastUpdated.astro @@ -25,5 +25,5 @@ const date = frontmatter.modDate ?? frontmatter.pubDate; stats.stop(); --- {date && -

{ _(Translations.post.last_modified) } { accelerator.dateFormatter.formatDate(date, lang) }

+

{ _(Translations.post.last_modified) + ' ' + accelerator.dateFormatter.formatDate(date, lang) }

} \ No newline at end of file