Skip to content

Commit 61b128c

Browse files
committed
Remove Google Analytics: fixed bug introduced by the removal
1 parent 683f268 commit 61b128c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_ext/redirect_creator.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def load_template
8484
file = File.open(template_file, "rb")
8585
content = file.read
8686
file.close
87+
content % {url: @target_url}
8788
end
8889
end
8990
end

0 commit comments

Comments
 (0)