summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-05-19 22:10:33 +0200
committerJonas Smedegaard <dr@jones.dk>2021-05-19 22:10:33 +0200
commita8e7bdd1c05839844907b17d077e3c3c16a730c1 (patch)
tree45003efa9dacda0325a3b9e82c7dcbc937ee9e72
parentf268c01ffc24d6ae0148e52011b9c425be47792d (diff)
add 'Læs mere her' URLs to output
-rwxr-xr-xbin/events2md.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/events2md.pl b/bin/events2md.pl
index abcfd75..29584de 100755
--- a/bin/events2md.pl
+++ b/bin/events2md.pl
@@ -215,6 +215,8 @@ STRING
if $price;
$_ .= "[Køb billet på Billetto]($attachments{'billetto.dk'}[0]) \n"
if $attachments{'billetto.dk'};
+ $_ .= "[Læs mere her]($attachments{'byvandring.nu'}[0]) \n"
+ if $attachments{'byvandring.nu'};
$_ .= "\n---\n\n";
if ($path) {