mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Adds reference to SLUGIFY_SOURCE
When working on my site, I wanted SLUGIFY_SOURCE, but I came across PATH_METADATA first and enabled that for a while. Better to include the cross-reference where people can find it.
This commit is contained in:
parent
2ecd85d7b3
commit
04978e9b75
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