mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-06-05 22:09:23 +02:00
Change md exts; Start adding support for HTML pages input
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user