Add RSS feed link to posts page

master
Raymonzut 4 years ago
parent b4440c8cc9
commit dfe2436718
No known key found for this signature in database
GPG Key ID: 1E9BCC39EDD1DD53
  1. 1
      client/public/posts.html

@ -33,6 +33,7 @@
<a href="/qa">QA</a>
</nav>
<h3>For those using a RSS reader, subscribe here: <a href="/api/posts/rss.xml">rss.xml</a></h3>
<!-- Placeholder for posts -->
<div id="posts"></div>
<script async type="module" src="posts.mjs"></script>

Loading…
Cancel
Save