what
This commit is contained in:
parent
03e3551280
commit
3dfb1e3c94
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ def _get_feed_title(site_config: any) -> str:
|
|||
return f"{site_config['person']['nickname']}'s blog"
|
||||
|
||||
|
||||
def atom(site_coatedPost]) -> str:
|
||||
def atom(site_config: any, posts: list[AbbreviatedPost]) -> str:
|
||||
root = ElementTree.Element("feed", xmlns="http://www.w3.org/2005/Atom")
|
||||
|
||||
blog_url = get_absolute_url(site_config, "/blog/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue