-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Description
Crossposting here from StackOverflow. New to Poet, the post title is not behaving as I'd expect from the example.
I expect that if a post were in the file hello.md and had the configuration {{{ title: 'hello-world', ...}}} that this would be available at the route http://hostname/post/hello and have the display render the title to the reader as <h1>hello-world</h1>. That's the way it seems to be working in the reference blog, e.g.:
- http://jsantell.com/post/browser-dance-party
- https://github.com/jsantell/jsantell.com/blob/master/_posts/browser-dance-party.md
However, in my case it seems to be using the title attribute for both the URL and the display string. In my case, the post is accessible only at http://hostname/posts/hello-world and the page title is also rendered as <h1>hello-world</h1>.
What might I be doing wrong?
Metadata
Metadata
Assignees
Labels
No labels