diff --git a/build.rb b/build.rb index cae02e96..7a166478 100755 --- a/build.rb +++ b/build.rb @@ -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