Skip to content

Commit

Permalink
Merge pull request #233 from FOSDEM/xmlfeedback_url
Browse files Browse the repository at this point in the history
Add feedback url to xml export
  • Loading branch information
johanvdw authored Jan 8, 2024
2 parents 589c673 + 198be08 commit dee495c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/schedule/pentabarf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ xml.schedule do
xml.language event[:language]
xml.abstract event[:abstract]
xml.description event[:description]
xml.feedback_url event[:feedback_url]
xml.persons do
event[:speakers].map(&$to_speaker).each do |speaker|
xml.person( speaker[:name], {:id=>speaker[:person_id]} )
Expand Down

0 comments on commit dee495c

Please sign in to comment.