mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Document path metadata extraction
This commit is contained in:
parent
8797f0ebef
commit
ce0a9b697e
3 changed files with 52 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ def configure_settings(settings):
|
|||
for old,new,doc in [
|
||||
('LESS_GENERATOR', 'the Webassets plugin', None),
|
||||
('FILES_TO_COPY', 'STATIC_PATHS and EXTRA_PATH_METADATA',
|
||||
'https://github.com/getpelican/pelican/pull/795'),
|
||||
'https://github.com/getpelican/pelican/blob/master/docs/settings.rst#path-metadata'),
|
||||
]:
|
||||
if old in settings:
|
||||
message = 'The {} setting has been removed in favor of {}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue