We should rotate quotes on the homepage. Right now, its the same two (soon to be one) quote for the last year.
An idea is to have a list of quotes from respected outlets and randomly pick from that list upon a website build.
yep, we could include that with a bit of python and random magic. We should probably include that in a new template, data/template/quotes.html.
Done. see data/content/quotes.html, just need to add new ones on the quotes dict! That should be verified… Seems to work.
No js, it's python, then only refreshed hourly.