This commit is contained in:
Eli Winderickx
2024-03-24 14:41:41 +01:00
parent 55aff47104
commit 3606b5d8a7
79 changed files with 2609 additions and 54 deletions

View File

@@ -29,7 +29,7 @@ export default function BlogTemplate({ frontmatter, markdownBody, siteTitle }) {
<div className={styles.blog__body}>
<ReactMarkdown>{markdownBody}</ReactMarkdown>
</div>
<h2 className={styles.blog__footer}>Written By: {frontmatter.author}</h2>
<h2 className={styles.blog__footer}>Gemaakt door: {frontmatter.author}</h2>
</article>
</Layout>
)