diff --git a/lib/Render/Post.rakumod b/lib/Render/Post.rakumod index 1724c74..faed911 100644 --- a/lib/Render/Post.rakumod +++ b/lib/Render/Post.rakumod @@ -18,9 +18,9 @@ sub post-date(Post:D $post) is export { ); div :class, :title("Posted At $timestamp"), [ - icon 'time'; + icon 'calendar'; ' '; - $timestamp + $datetime.Date.Str ] }