Opened 17 years ago
Closed 17 years ago
#5967 closed (fixed)
weblog archive links missing from August 2007 on
Reported by: | Antti Kaihola | Owned by: | nobody |
---|---|---|---|
Component: | *.djangoproject.com | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
If you visit http://www.djangoproject.com/weblog/ the sidebar on the right contains links to monthly archives of the weblog in descending order. The first link is "July 2007", and links for August, September, October and November 2007 are missing even though there have been postings in each of those months.
Typing the URL for a missing link, e.g. http://www.djangoproject.com/weblog/2007/oct/ does bring up the correct archive page.
On the http://www.djangoproject.com/weblog/ main page the missing links don't matter much, since all postings between July 1st and the present date do fit on the front page. But if you navigate to, say, http://www.djangoproject.com/weblog/2005/jul/ and would like to return to see October 2007 postings, there is no link for that nor any link to the list of most recent postings.
I've fixed this by updating the templates appropriately.