Skip to content

Commit

Permalink
add link to the RSS feed which this site has had all along lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickpatrickpatrick committed May 17, 2024
1 parent 1cc62cf commit 21aa852
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions content/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@ eleventyNavigation:
order: 1
numberOfLatestPostsToShow: 3
---

<p class="rss-feed-link-container">
<a href="/feed/feed.xml">Subscribe to RSS Feed</a>
</p>

{% set postslist = collections.posts %}
{% include "postslist.njk" %}
5 changes: 4 additions & 1 deletion public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,10 @@ ul li {
font-size: 1.5em;
}

.rss-feed-link-container {
text-align: center;
}

/* form */

.mailing-list-container {
Expand Down Expand Up @@ -454,7 +458,6 @@ input[type="radio"]+label:before {
width: 15px;
}


.work__links-container {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 21aa852

Please sign in to comment.