Quote:
Originally Posted by ajmoraal
It doesn't work ..
Any idea what I'm doing wrong?
|
populate_article_metadata is used in the _postprocess_html method of news.py. At that point, I'm pretty sure the feeds have already been parsed and the index page for each feed has already been constructed. The news system is at the end of processing an article page. I don't think you can expect to set article.date for the index page at this point and have it appear on the index page for the associated article. (If that's what you are trying to do)