chiark / gitweb /
theme: properly fallback to FEED_ATOM if FEED_ATOM_URL is not set.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 13 Sep 2018 15:05:05 +0000 (17:05 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 13 Sep 2018 15:14:10 +0000 (17:14 +0200)
commit8e8151293c2a22d50ca2357a284e95670fe07f9c
treecfc373dc9e319f1fc203cc57967ff98a6f3868db
parent6616fe86b362022a690ea6c5d0ff0f00037ba111
theme: properly fallback to FEED_ATOM if FEED_ATOM_URL is not set.
pelican-plugins/m/test/__init__.py
pelican-theme/templates/base.html
pelican-theme/test/__init__.py
pelican-theme/test/blog_feeds/article.rst [new file with mode: 0644]
pelican-theme/test/blog_feeds/category-a-category.html [new file with mode: 0644]
pelican-theme/test/blog_feeds/index.html [new file with mode: 0644]
pelican-theme/test/blog_feeds_no_url/article.rst [new file with mode: 0644]
pelican-theme/test/test_blog.py