This commit is contained in:
parent
ebb00b9bd7
commit
1bc7fc2279
2 changed files with 62 additions and 64 deletions
|
|
@ -24,8 +24,8 @@ const HomePage = () => {
|
|||
</div>
|
||||
</h1>
|
||||
<p className="text-center sm:text-left md:text-left text-muted font-medium">
|
||||
Another software engineer with a blog. This is my technical
|
||||
scrapbook and digital garden.
|
||||
A wizard who goes to bed early. This is my technical scrapbook
|
||||
and digital garden.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -12,10 +12,8 @@ const TagTemplate = () => {
|
|||
|
||||
return (
|
||||
<MainTemplate>
|
||||
<div className="container mx-auto p-4">
|
||||
<h1 className="h1 text-3xl text-[#b8bb26]! font-bold">{`Posts tagged: #${tag}`}</h1>
|
||||
</div>
|
||||
<PostListing title={null} posts={filteredPosts} />
|
||||
<div className="container mx-auto p-4"></div>
|
||||
<PostListing title={`Posts tagged: #${tag}`} posts={filteredPosts} />
|
||||
</MainTemplate>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue