mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Adding more documentation about ARTICLE_PERMALINK_STRUCTURE in settings. Also, i deleted the try except because strftime never raises an exception. Issue #145
I set the ARTICLE_PERMALINK_STRUCTURE option as null in settings.py and remove it from pelican sample config file.
This commit is contained in:
parent
2609004719
commit
a13ae91f0b
4 changed files with 21 additions and 13 deletions
|
|
@ -9,9 +9,6 @@ PDF_GENERATOR = False
|
|||
REVERSE_CATEGORY_ORDER = True
|
||||
LOCALE = ""
|
||||
DEFAULT_PAGINATION = 2
|
||||
# Allows to construct an url like /2011/07/sample-post.html
|
||||
# See documentation for more info.
|
||||
ARTICLE_PERMALINK_STRUCTURE = ''
|
||||
|
||||
FEED_RSS = 'feeds/all.rss.xml'
|
||||
CATEGORY_FEED_RSS = 'feeds/%s.rss.xml'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue