Merge pull request #238 from draftcode/feed_issue

Do not create feeds when their filenames are set to None.
This commit is contained in:
Alexis Metaireau 2012-03-11 01:46:58 -08:00
commit 78091bfa80
3 changed files with 63 additions and 20 deletions

View file

@ -208,7 +208,6 @@ Pelican generates category feeds as well as feeds for all your articles. It does
not generate feeds for tags by default, but it is possible to do so using
the ``TAG_FEED`` and ``TAG_FEED_RSS`` settings:
================================================ =====================================================
Setting name (default value) What does it do?
================================================ =====================================================
@ -223,6 +222,9 @@ Setting name (default value) What does it do?
quantity is unrestricted by default.
================================================ =====================================================
If you don't want to generate some of these feeds, set ``None`` to the
variables above.
.. [2] %s is the name of the category.
Pagination