Change md exts; Start adding support for HTML pages input

This commit is contained in:
2022-07-21 19:15:30 +02:00
parent 719ddefb48
commit ad8379b419
3 changed files with 25 additions and 8 deletions

View File

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