mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Format custom metadata fields listed in the FORMATTED_FIELDS setting.
Adding FORMATTED_FIELDS to the default settings with ['summary'] as the default value.
This commit is contained in:
parent
39f5762ae4
commit
d0afaa5fbe
6 changed files with 18 additions and 3 deletions
|
|
@ -214,6 +214,7 @@ Setting name (followed by default value, if any)
|
|||
in this list are written. Paths should be either absolute or relative
|
||||
to the current Pelican working directory. For possible use cases see
|
||||
:ref:`writing_only_selected_content`.
|
||||
``FORMATTED_FIELDS = ['summary']`` A list of metadata fields to be parsed and translated to HTML.
|
||||
=============================================================================== =====================================================================
|
||||
|
||||
.. [#] Default is the system locale.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue