-
Notifications
You must be signed in to change notification settings - Fork 616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSS Board Feed not showing most recent boards first #1354
Comments
So we would sort it by |
Yeah, that RSS feed is NOT sorting correctly. |
I think one way to change this is with the loop here: Line 11 in ec8c704
This jekyl template docs page shows an example of ording by a specified field: https://carpentries-incubator.github.io/jekyll-pages-novice/arrays/index.html unfortunately it doesn't seem to have anchors for direct linking and it's near the bottom of the page, here is an excerpt of the relevant code:
There is a warning that the sort operations with the |
I would like to see the RSS feed in the top right corner of the CircuitPython.org website to be updated with the latest added boards. This means sorting the RSS feed in chronological order. Most people expect an RSS feed to be in chronological order.
The alphabetical RSS feed gives the appearance of not being updated since May 2023 if the expectation is that an RSS feed is in chronological order. It gives the appearance of a dead RSS feed.
The text was updated successfully, but these errors were encountered: