mirror of
https://github.com/danbulant/1mb-club
synced 2026-06-21 07:31:54 +00:00
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:
parent
69f5b749a8
commit
d07996c0bd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<footer>
|
||||
<p>A small side-project by <a href="https://uglyduck.ca">Bradley Taunt</a><br>
|
||||
Maintained with ♥ 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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue