author | NIIBE Yutaka <gniibe@fsij.org> | 2019年04月23日 14:03:43 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2019年04月23日 14:03:43 +0900 |
commit | fad9aed2389118cff3858efbdca021e7589dcc7b (patch) | |
tree | 10969974f692990062be44a60c515e2a1e9acb63 | |
parent | 116bfa45f372aae63c43ae6ea4355032b7d62df7 (diff) |
-rw-r--r-- | pelicanconf.py | 2 |
diff --git a/pelicanconf.py b/pelicanconf.py index 827543e..e248752 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -15,7 +15,7 @@ DEFAULT_LANG = u'ja' # Feed generation FEED_RSS = 'feeds/rss.xml' FEED_ALL_RSS = 'feeds/all_rss.xml' -CATEGORY_FEED_RSS = 'feeds/%s_rss.xml' +CATEGORY_FEED_RSS = 'feeds/{slug}_rss.xml' TRANSLATION_FEED_RSS = None FEED_MAX_ITEMS=20 |