mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #2878 from jzc/filename-metadata-typo
Fix FILENAME_METADATA doc to render correctly
This commit is contained in:
commit
c10792c679
1 changed files with 1 additions and 1 deletions
|
|
@ -815,7 +815,7 @@ Metadata
|
|||
|
||||
The default metadata you want to use for all articles and pages.
|
||||
|
||||
.. data:: FILENAME_METADATA = r'(?P<date>\d{4}-\d{2}-\d{2}).*'
|
||||
.. data:: FILENAME_METADATA = r'(?P<date>\\d{4}-\\d{2}-\\d{2}).*'
|
||||
|
||||
The regexp that will be used to extract any metadata from the filename. All
|
||||
named groups that are matched will be set in the metadata object. The
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue