diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-05-19 22:10:33 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-05-19 22:10:33 +0200 |
commit | a8e7bdd1c05839844907b17d077e3c3c16a730c1 (patch) | |
tree | 45003efa9dacda0325a3b9e82c7dcbc937ee9e72 /bin | |
parent | f268c01ffc24d6ae0148e52011b9c425be47792d (diff) |
add 'Læs mere her' URLs to output
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 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) { |