chore(blog): update intro text
This commit is contained in:
parent
efe23233a0
commit
8c9d6bdc99
|
@ -25,8 +25,8 @@ const sortedPosts = filteredPosts
|
||||||
|
|
||||||
<ListingPage items={sortedPosts} title="Blog">
|
<ListingPage items={sortedPosts} title="Blog">
|
||||||
<p slot="intro">
|
<p slot="intro">
|
||||||
This is where I publish my personal blog posts as well as technical posts
|
This is where I used to publish my blog posts, technical posts
|
||||||
and tutorials on topics such as Drupal, PHP, Tailwind CSS, automated
|
and tutorials. These days, I focus instead on my
|
||||||
testing, and systems administration.
|
<a href="/daily">daily email list</a>.
|
||||||
</p>
|
</p>
|
||||||
</ListingPage>
|
</ListingPage>
|
||||||
|
|
Loading…
Reference in a new issue