Do not create feeds when their filenames are set to None.

This commit is contained in:
draftcode 2012-03-10 21:18:01 +09:00
commit 1194764ed1
3 changed files with 63 additions and 20 deletions

View file

@ -199,7 +199,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?
================================================ =====================================================
@ -214,6 +213,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