Skip to content

Commit

Permalink
Add link to RSS feed to posts index!
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaGameDeveloper authored Apr 13, 2024
1 parent 41d5e5f commit 6c607fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/posts_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
permalink: /blog
permalink: /blog/
---
<script>var toggleExcerpt = function() {
let es = document.getElementsByClassName('excerpt');
Expand All @@ -17,6 +17,8 @@ permalink: /blog
# Blog posts
Here, you can find my blog posts that I write in my spare time. <a href="javascript:toggleExcerpt()">Toggle excerpts</a>

For you awesome people who use [RSS](https://en.wikipedia.org/wiki/RSS), the feed can be found [here](https://alphagame.dev/feed.xml)!

<ul>
{% for post in site.posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
Expand Down

0 comments on commit 6c607fe

Please sign in to comment.