diff options
-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>" |