mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-06-05 22:09:23 +02:00
Allow a page to be excluded from feeds, + some minor tweaks
This commit is contained in:
@ -62,7 +62,7 @@ def MakeContentHeader(Meta, Locale, Categories=''):
|
||||
Header += '{} {} \n'.format(Locale[i], Meta[i])
|
||||
if Categories:
|
||||
Header += '{}: {} \n'.format(Locale['Categories'], Categories)
|
||||
return markdown(Header)
|
||||
return markdown(Header.rstrip())
|
||||
|
||||
def MakeCategoryLine(File, Meta):
|
||||
Categories = ''
|
||||
|
Reference in New Issue
Block a user