diff options
author | Julian T <julian@jtle.dk> | 2020-06-04 00:37:13 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-06-04 00:37:13 +0200 |
commit | 0a104baa87ad73abcab0e723f2970edd9ef8c9f3 (patch) | |
tree | 67b372ed676a051fb8a89e5db97d745a2c98ce2b | |
parent | b68e2ded3bca661c0364deb9ce6097d650f5bef5 (diff) |
Real link to wallpapers
-rwxr-xr-x | build.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ File.open(File.join(options[:path], "index.html"), "w") do |file| # Print preample file.write(template[0]) - file.puts "<p>Original images can be found at https://git.jtle.dk/wallpapers</p>" + file.puts "<p>Original images can be found at <a href=\"https://git.jtle.dk/wallpapers\">wallpapers</a>.</p>" defs["groups"].each do |key, value| file.puts "<h2>#{key}</h2>" |