1
0
Fork 0
forked from github/pelican

Merge pull request #1392 from arty-name/patch-1

Remove extra backtick in settings documentation
This commit is contained in:
Justin Mayer 2014-07-06 15:03:44 -07:00
commit 8553ad6a59

View file

@ -293,7 +293,7 @@ Setting name (followed by default value, if any) What does it do?
``YEAR_ARCHIVE_SAVE_AS = ''`` The location to save per-year archives of your posts.
``MONTH_ARCHIVE_SAVE_AS = ''`` The location to save per-month archives of your posts.
``DAY_ARCHIVE_SAVE_AS = ''`` The location to save per-day archives of your posts.
``SLUG_SUBSTITUTIONS` = ()`` Substitutions to make prior to stripping out
``SLUG_SUBSTITUTIONS = ()`` Substitutions to make prior to stripping out
non-alphanumerics when generating slugs. Specified
as a list of 2-tuples of ``(from, to)`` which are
applied in order.