diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-05-19 22:10:33 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-08-27 23:39:36 +0200 |
commit | 40fff05bc2421939549fa215a863dba37e5be1e8 (patch) | |
tree | 530f062d367fd2be8a9d3d056fedd065a30f35f8 | |
parent | f9d697072d52a30d1435a13ba6ed340c0f61bc38 (diff) |
add 'Læs mere her' URLs to output
-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) { |