Reading page preprocessor lines as INI

This commit is contained in:
2022-08-13 00:29:34 +02:00
parent 78eb2ed40f
commit 89c6835745
3 changed files with 63 additions and 37 deletions

View File

@ -13,8 +13,8 @@ from datetime import datetime
from pathlib import Path
FileExtensions = {
'Pages': ('html', 'md', 'pug'),
'Tmp': ('md', 'pug')}
'Pages': ('htm', 'html', 'md', 'pug', 'txt'),
'Tmp': ('md', 'pug', 'txt')}
def ReadFile(p):
try: