Base 0
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user