mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #1438 from mlissner/patch-2
Add reference to SLUGIFY_SOURCE
This commit is contained in:
commit
2b130fb4dd
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ Setting name (followed by default value, if any)
|
|||
For example, if you would like to extract both the
|
||||
date and the slug, you could set something like:
|
||||
``'(?P<date>\d{4}-\d{2}-\d{2})_(?P<slug>.*)'``.
|
||||
See :ref:`path_metadata`.
|
||||
See :ref:`path_metadata` and ``SLUGIFY_SOURCE``.
|
||||
``PATH_METADATA = ''`` Like ``FILENAME_METADATA``, but parsed from a page's
|
||||
full path relative to the content source directory.
|
||||
See :ref:`path_metadata`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue