summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-06-04 00:37:13 +0200
committerJulian T <julian@jtle.dk>2020-06-04 00:37:13 +0200
commit0a104baa87ad73abcab0e723f2970edd9ef8c9f3 (patch)
tree67b372ed676a051fb8a89e5db97d745a2c98ce2b
parentb68e2ded3bca661c0364deb9ce6097d650f5bef5 (diff)
Real link to wallpapers
-rwxr-xr-xbuild.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rb b/build.rb
index 9bbca1e..1e193e8 100755
--- a/build.rb
+++ b/build.rb
@@ -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>"