FIX posts path error in feeds #15
This commit is contained in:
parent
f369431c0f
commit
581563e9e0
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class SSGGGenerator:
|
|||
'title': title,
|
||||
'content': content,
|
||||
'slug': parsed['name'],
|
||||
'url': f"{parsed['name']}/",
|
||||
'url': f"/{parsed['name']}/",
|
||||
'feed': parsed['feed'],
|
||||
'source': filepath.name
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue