summaryrefslogtreecommitdiff
path: root/build.rb
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-06-04 10:58:19 +0200
committerJulian T <julian@jtle.dk>2020-06-04 10:58:19 +0200
commit9d20c74709892e2e2c429c20a315c64cafe7d184 (patch)
tree2338bc3ce3ffa2b03b3e4580813e0def5c5afed6 /build.rb
parent39a8170cd20f9dab1468f2da987cbc9f2edd2ddc (diff)
Changed text to danish and added bænk picture
Diffstat (limited to 'build.rb')
-rwxr-xr-xbuild.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.rb b/build.rb
index 1e193e8..53b6a99 100755
--- a/build.rb
+++ b/build.rb
@@ -86,8 +86,6 @@ 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 <a href=\"https://git.jtle.dk/wallpapers\">wallpapers</a>.</p>"
-
defs["groups"].each do |key, value|
file.puts "<h2>#{key}</h2>"
forImgs(value["imgs"]) do |img|