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