mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
docs: Use raw string for the PATH_METADATA setting
This commit is contained in:
parent
9c7749a298
commit
7fd66d8a95
3 changed files with 3 additions and 3 deletions
|
|
@ -118,7 +118,7 @@ How do I make my output folder structure identical to my content hierarchy?
|
|||
Try these settings::
|
||||
|
||||
USE_FOLDER_AS_CATEGORY = False
|
||||
PATH_METADATA = "(?P<path_no_ext>.*)\..*"
|
||||
PATH_METADATA = r"(?P<path_no_ext>.*)\..*"
|
||||
ARTICLE_URL = ARTICLE_SAVE_AS = PAGE_URL = PAGE_SAVE_AS = "{path_no_ext}.html"
|
||||
|
||||
How do I assign custom templates on a per-page basis?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue