Non-case-sensitive transclude; Warn on duplicate file names

This commit is contained in:
2023-03-09 13:06:07 +01:00
parent fe4cf294d5
commit ad0a8be875
4 changed files with 50 additions and 14 deletions

View File

@@ -22,6 +22,8 @@ PageIndexStrNeg = tuple(list(NegStrBools) + ['none', 'unlisted', 'unindexed', 'h
InternalMacrosWraps = (('[', ']'), ('<', '>'))
PageTypeOutPrefix = {"Pages": "", "Posts": "/Posts"}
PageMetaDefault = {
'Template': None, # Replace with var
'Head': '',