mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
FIX: Those keys are looked up lowercased.
This commit is contained in:
parent
e8a87e5d3c
commit
e07c53a09d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ DUPLICATES_DEFINITIONS_ALLOWED = {
|
||||||
'category': False,
|
'category': False,
|
||||||
'author': False,
|
'author': False,
|
||||||
'save_as': False,
|
'save_as': False,
|
||||||
'URL': False,
|
'url': False,
|
||||||
'authors': False,
|
'authors': False,
|
||||||
'slug': False
|
'slug': False
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue