Skip to content

Commit

Permalink
Add slug to tracks in penta export
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvdw committed Jan 24, 2025
1 parent 6ad4dda commit a05cd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/schedule/pentabarf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ xml.schedule do
end
xml.tracks do
tracks.each do | track |
xml.track track[:name], {:online_qa=>track[:online_qa]}
xml.track track[:name], {:online_qa=>track[:online_qa], :slug=>track[:slug]}
end
end
days.each_with_index do | day, index |
Expand Down

0 comments on commit a05cd79

Please sign in to comment.