feat: 💬 move mention of RSS feed to post list
This commit is contained in:
parent
0289caa1fe
commit
7ca99f843e
2 changed files with 2 additions and 2 deletions
|
@ -13,4 +13,4 @@ Welcome to my little corner of the internet! This is where I pour out my thought
|
|||
|
||||
Here you'll find posts about tech stuff, sometimes tutorials, comments on news articles I read.
|
||||
|
||||
So if that's kind of your thing, I'd be happy to have you around! Subscribe to the [RSS feed](/feed.xml) in your favorite feed reader app to get my ramblings delivered hot off the press!
|
||||
So if that's kind of your thing, I'd be happy to have you around!
|
||||
|
|
|
@ -5,7 +5,7 @@ layout: base.njk
|
|||
<section class="prose prose-slate mx-auto pt-28 px-safe-offset-4 md:prose-lg lg:prose-xl 2xl:prose-2xl dark:prose-invert prose-headings:font-normal prose-strong:text-inherit prose-li:marker:text-inherit! prose-th:font-bold prose-img:rounded-3xl sm:pt-52 md:px-safe-offset-6">
|
||||
<h1>{{ title }}</h1>
|
||||
|
||||
<p>Everything I have written, from newest to oldest.</p>
|
||||
<p>Everything I have written, from newest to oldest. Also available as <a href="/feed.xml">RSS feed</a>. Get my ramblings delivered directly to your favorite news reader app!</p>
|
||||
</section>
|
||||
|
||||
{{ content | safe }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue