Skip to content

Commit c1bf69e

Browse files
authored
Fix the link to rss in the blog post footer (#235)
Should be rss.xml instead of feed.xml
1 parent b07e1ea commit c1bf69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/PostSingle.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const { title, description, authors, categories, image, date, tags } =
100100
<p>Don’t miss a beat! Follow us for announcements and updates.</p>
101101
<ul>
102102
<li><strong>Blog</strong>: <a href="https://conference.pyladies.com/blog">conference.pyladies.com/blog</a></li>
103-
<li><strong>RSS Feed</strong>: <a href="https://conference.pyladies.com/rss.xml">conference.pyladies.com/feed.xml</a></li>
103+
<li><strong>RSS Feed</strong>: <a href="https://conference.pyladies.com/rss.xml">conference.pyladies.com/rss.xml</a></li>
104104
<li><strong>Social Media</strong>: Find our social media handles at the footer.</li>
105105
<li><strong>Official Conference Hashtag</strong>: <strong>#PyLadiesCon</strong></li>
106106
</ul>

0 commit comments

Comments
 (0)