fix: Atom and RSS feeds are different (#913)

The feed on this page is indeed using Atom syndication

while as RSS is another different type of format, this could give RSS feed reader confusion.
This commit is contained in:
youkwhd 2022-03-25 23:36:04 +07:00 committed by GitHub
parent 69f5b749a8
commit d07996c0bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<footer>
<p>A small side-project by <a href="https://uglyduck.ca">Bradley Taunt</a><br>
Maintained with &hearts; for a performant web<br>
Get latest sites via <a href="/atom.xml">RSS</a></p>
Get latest sites via <a href="/atom.xml">Atom</a></p>
</footer>