Only display post date in blurb
Still dispay the datetime in the hover
This commit is contained in:
parent
5c569780dc
commit
8ce16daa58
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ sub post-date(Post:D $post) is export {
|
||||||
);
|
);
|
||||||
|
|
||||||
div :class<post-time>, :title("Posted At $timestamp"), [
|
div :class<post-time>, :title("Posted At $timestamp"), [
|
||||||
icon 'time';
|
icon 'calendar';
|
||||||
' ';
|
' ';
|
||||||
$timestamp
|
$datetime.Date.Str
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue