minor with tags

This commit is contained in:
lesion 2023-02-17 11:43:54 +01:00
parent 5b9092b124
commit 3b49847914
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -12,7 +12,7 @@ rss(version='2.0' xmlns:atom="http://www.w3.org/2005/Atom")
title [#{moment.unix(event.start_datetime).format("YY-MM-DD")}] #{event.title} @ #{event.place.name}
link #{settings.baseurl}/event/#{event.slug || event.id}
each tag in event.tags
category #{tag}
category #{tag.tag}
description
| <![CDATA[
| <h4>#{event.title}</h4>