mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Tue 8 Aug 18:36:37 EEST 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
c2a28b06da
commit
635ba46552
1 changed files with 1 additions and 1 deletions
|
@ -971,7 +971,7 @@ def generate_rss(config: Dict[str, Any]) -> Tuple[int, Dict[str, Any]]:
|
|||
item: etree.Element = etree.SubElement(channel, "item")
|
||||
etree.SubElement(item, "title").text = post["title"]
|
||||
etree.SubElement(item, "link").text = (
|
||||
link := f'{config["page-url"]}{encode_url(id)}'
|
||||
link := f'{config["page-url"]}{config["blog-dir"]}/{encode_url(id)}'
|
||||
)
|
||||
etree.SubElement(
|
||||
item, "description"
|
||||
|
|
Loading…
Add table
Reference in a new issue