Generate HTML search with template; More Refactoring of the main workflows

This commit is contained in:
2023-02-24 15:29:36 +01:00
parent f43026b13b
commit a342f88e3c
9 changed files with 206 additions and 220 deletions

View File

@ -13,6 +13,7 @@ from Libs.feedgen.feed import FeedGenerator
from Modules.Utils import *
def MakeFeed(Flags:dict, Pages:list, FullSite=False):
f = NameSpace(Flags)
CategoryFilter = Flags['FeedCategoryFilter']
MaxEntries = Flags['FeedEntries']