diff --git a/src/index.md b/src/index.md index 35981a7..7677533 100644 --- a/src/index.md +++ b/src/index.md @@ -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! diff --git a/src/layouts/postlist.njk b/src/layouts/postlist.njk index c39b8ac..62685cc 100644 --- a/src/layouts/postlist.njk +++ b/src/layouts/postlist.njk @@ -5,7 +5,7 @@ layout: base.njk

{{ title }}

-

Everything I have written, from newest to oldest.

+

Everything I have written, from newest to oldest. Also available as RSS feed. Get my ramblings delivered directly to your favorite news reader app!

{{ content | safe }}