Skip to content
Snippets Groups Projects
Commit 65cf8263 authored by Virgile Gerecke's avatar Virgile Gerecke 🤘
Browse files

Merge tag '2.0.3' into develop

Fixed slug of items
parents 184890a3 8f54d817
No related merge requests found
Pipeline #14796 passed with stage
in 33 seconds
......@@ -34,7 +34,7 @@ for item in data:
slug = slug + "-"
slugs.append(slug)
fe.title(title)
fe.id(slugify(title))
fe.id(slug)
fe.description(template.render(item=item))
fe.pubDate(item['start'])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment