Fix a breakage introduced two commits ago

This commit is contained in:
Simon Kågedal Reimer 2015-03-12 21:06:39 +01:00
parent 395f629421
commit 5b49dc530e

View File

@ -97,7 +97,7 @@ class Page
s = a.join('/')
@out_path = @site.output_dir + Pathname(s) + Pathname("index.html")
@url = "/#s/"
@url = "/#{s}/"
@sort_url = @path.to_s.sub(/\.html$/, '')
end