Templates, plugins, etc. for the Pelican Static Site Generator.
Template for a linked-list Atom feed. See this blog post for details on how to use it.
Adds a timezone-aware datetime object (Article.date_tz) based on either the timezone that's already specified for the post or the default timezone for the site. Also, adds a UTC datetime object (Article.date_utc). This plugin is required by the atom.html template.
Rewrites Article.locale_date using the built in strftime and the default date format. Used to bypass Pelican's builtin strftime utility, which doesn't allow platform dependent modifiers.