Blog post author, version

This commit is contained in:
Firq 2023-03-19 13:14:50 +01:00
parent 82d800d6f8
commit 18fd2da104
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
3 changed files with 5 additions and 3 deletions
src/pages

View file

@ -25,6 +25,7 @@ allPosts.sort(
title={post.frontmatter.title}
pubdate={post.frontmatter.pubDate}
description={post.frontmatter.description}
author={post.frontmatter.author}
/>
))
}