Currently, if you do set :prefix, "blog" the string "blog" is literally appeneded, without the leading slash.
Personally, I was expecting "/blog/2010/..." but instead I got "blog/2010/...". Is this the intended behaviour? If so, perhaps it should be better documented?
Currently, if you do
set :prefix, "blog"
the string "blog" is literally appeneded, without the leading slash.Personally, I was expecting "/blog/2010/..." but instead I got "blog/2010/...". Is this the intended behaviour? If so, perhaps it should be better documented?