eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.46k stars 314 forks source link

Page.path of blog wrong for prettified urls #233

Closed blattms closed 8 years ago

blattms commented 8 years ago

When setting prettify_urls to True, Page.path is not the URL that the page is uploaded to but the one where the source of the page is (including the .html extension).

matthewjewell commented 8 years ago

Yes, came here to report this - I see PR #229 which solves it...hopefully will be merged soon. Presumably a quick hack to blog.py would also do the trick (context_post), but not a big enough issue for me in my usage to check that out at the moment.

blattms commented 8 years ago

Closing as PR #229 was merged