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