Fix date formatting, add tags to blog header
This commit is contained in:
@@ -22,10 +22,13 @@ const tags = getTags(posts);
|
||||
<main>
|
||||
<About />
|
||||
|
||||
<br />
|
||||
|
||||
<h3>Here's my most recent posts</h3>
|
||||
|
||||
<HomePosts allPosts={posts} />
|
||||
|
||||
<Tags tags={tags} />
|
||||
<Tags tags={tags} all />
|
||||
</main>
|
||||
<Footer />
|
||||
<ColorScript />
|
||||
|
||||
Reference in New Issue
Block a user