minor
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
doctype xml
|
||||
rss(version='2.0')
|
||||
rss(version='2.0' xmlns:atom="http://www.w3.org/2005/Atom")
|
||||
channel
|
||||
atom:link(href="#{config.baseurl}/feed/rss" rel="self" type="application/rss+xml")
|
||||
title #{config.title}
|
||||
link #{config.baseurl}
|
||||
description #{config.description}
|
||||
language #{config.locale}
|
||||
each event in events
|
||||
item
|
||||
title [#{moment.unix(event.start_datetime).utc(false).format("YY-MM-DD")}] #{event.title} @#{event.place.name}
|
||||
|
||||
Reference in New Issue
Block a user