diff options
author | pdp8 <pdp8@pdp8.info> | 2022-08-26 14:37:00 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2022-08-26 14:37:00 +0200 |
commit | 5c872a781b7585dba787b32c08ac9423ee4600cc (patch) | |
tree | 1cf3edaa677911e801eeedd09b2e7c25f0d7a3f8 | |
parent | 85c6172481beb92b17c89e7c1dfbac4c5b8b3310 (diff) |
bandcamp link fixed
-rwxr-xr-x | html.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ def music_html html += "</tr>" end html += "</table>" - bc = "https://pdp8.bandcamp.com/#{title.gsub(' ', '-')}" + bc = "https://pdp8.bandcamp.com/album/#{title.gsub(' ', '-')}" html += "<p>Bandcamp: <a href='#{bc}'>#{bc}</a>" html += "</div>" html += "<hr>" |