Open lisad opened 4 months ago
I'll be adding a couple of issues in here that are done alongside with this ticket.
I improved as long as I could the RSS Feed (the Django Syndication Feed Framework doesn't seem very editable) and did some testing to check if it's readable in a RSS Reader such as Feedly.
PR: #126
Google's Search console says it can't find the page https://portmap.dtinit.org/articles_feed. I wondered if there was still a link to it in our code from before we changed that URL to /rss.
This line in views.py:
means that our RSS feed still references this link in line 4:
So I guess this should have changed when we changed the URL to /rss