Added author and datetime
This commit is contained in:
parent
2f362eaf09
commit
6fbdcc94b6
@ -27,8 +27,8 @@ const { Content, remarkPluginFrontmatter } = await post.render();
|
||||
<p>
|
||||
<small>
|
||||
Posted
|
||||
<time datetime="#">#</time>
|
||||
by Valentin Popov ‐
|
||||
<time datetime={post.data.pubDate.toISOString()}>{post.data.pubDate.toDateString()}</time>
|
||||
by {post.data.author} ‐
|
||||
<strong>{remarkPluginFrontmatter.minutesRead}</strong>
|
||||
</small>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user