summaryrefslogtreecommitdiff
path: root/bin/page
diff options
context:
space:
mode:
Diffstat (limited to 'bin/page')
-rwxr-xr-xbin/page2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/page b/bin/page
index 1b631cf..ee62a95 100755
--- a/bin/page
+++ b/bin/page
@@ -5,7 +5,7 @@ require 'uri'
template = "bin/page.#{ARGV[0]}.erb"
@page = Page.new(ARGV[1])
-@url = URI::parse('https://www.andrewdm.me') + @page.absoutpath
+@url = URI::parse('https://www.andrewdm.me/') + @page.absoutpath
erb = ERB.new(File.read(template));
erb.filename = template