mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-06-05 22:09:23 +02:00
Reading page preprocessor lines as INI
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user