You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
link = "https://portmap.dtinit.org/articles_feed"
means that our RSS feed still references this link in line 4:
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.
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
The text was updated successfully, but these errors were encountered: