How to make the URL of the page: one/two/three? This work must be done via a url
variable in the template. I use metalsmith-permalinks plugin. I have it hooked up and the pattern is specified as :url
.
Later in the template write the url: hello/world
. But the web address of this page is converted into a hello-world
.
How to make the page address, type hello/world
?