summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-01-06 21:35:48 +0100
committerJonas Smedegaard <dr@jones.dk>2025-01-06 21:35:48 +0100
commit3e78ef16975a54ae0c9a9079cc7ef8bb8e218c35 (patch)
tree120d94ae13f917f4a8b41bb8b49943768e34aeda /bin
parent5c4652abf13650266cbe5912e9a56b574d5e3f5d (diff)
support understory.io URIsHEADmaster
Diffstat (limited to 'bin')
-rwxr-xr-xbin/events2md.pl2
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])"