diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-01-06 21:35:48 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-01-06 21:35:48 +0100 |
commit | 3e78ef16975a54ae0c9a9079cc7ef8bb8e218c35 (patch) | |
tree | 120d94ae13f917f4a8b41bb8b49943768e34aeda /bin | |
parent | 5c4652abf13650266cbe5912e9a56b574d5e3f5d (diff) |
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/events2md.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/events2md.pl b/bin/events2md.pl index cd662bb..63a296d 100755 --- a/bin/events2md.pl +++ b/bin/events2md.pl @@ -224,6 +224,8 @@ sub print_event if $timespan; $_ .= " \n**Pris:** $price" if $price; + $_ .= " \n[Køb billet på Understory]($attachments{'byvandring.understory.io'}[0])" + if $attachments{'byvandring.understory.io'}; $_ .= " \n[Køb billet på Holdbar]($attachments{'byvandring.holdbar.com'}[0])" if $attachments{'byvandring.holdbar.com'}; $_ .= " \n[Køb billet på Billetto]($attachments{'billetto.dk'}[0])" |