summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorVladimír Vondruš <mosra@centrum.cz>2017-10-29 21:28:11 +0100
committerVladimír Vondruš <mosra@centrum.cz>2017-10-29 21:28:11 +0100
commitd04b777159a7a28238a5bb989bbae1bce1a9c6b9 (patch)
tree07150184f9f26891c77e5e61edcd12ee10bce452 /samples
parentfc4b3e44d8a92635cabcff57bdf078cb2385ad80 (diff)
downloadpelican-d04b777159a7a28238a5bb989bbae1bce1a9c6b9.tar.gz
Test for SITESUBTITLE in feeds.
It's now present in both RSS and Atom feeds.
Diffstat (limited to 'samples')
-rwxr-xr-xsamples/pelican.conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/pelican.conf.py b/samples/pelican.conf.py
index 360ebc1d..da5c5dc5 100755
--- a/samples/pelican.conf.py
+++ b/samples/pelican.conf.py
@@ -3,6 +3,7 @@ from __future__ import unicode_literals
AUTHOR = 'Alexis Métaireau'
SITENAME = "Alexis' log"
+SITESUBTITLE = 'A personal blog.'
SITEURL = 'http://blog.notmyidea.org'
TIMEZONE = "Europe/Paris"