Skip to content
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

As a site visitor, I want to see a featured story when I show up to the front page, presumably above the first 5 #12

Open
paulproteus opened this issue May 24, 2014 · 1 comment

Comments

@paulproteus
Copy link
Contributor

Implementation: Probably mark one or more stories as "featured", via Pelican tags, then adjust the front page template to show the featured story that has the newest "last edit" timestamp

  • (this is slightly error-prone: if you keep >1 story with the "featured" tag, then modify one that isn't the one you meant to feature freshly, you might end up surprised; a good fix is to have a "sanity-check" script that makes sure there is <= 1 story marked as featured)
    • (thinking about it, the above is sort of a site editor feature, not a part of the site visitor feature)
@shaunagm
Copy link
Member

This doesn't seem to be working correctly - the most recent stories are getting displayed as featured, instead of the most recent stories with a feature tag. Re-opening.

@shaunagm shaunagm reopened this Sep 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants