Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Pages Feature

#2705
Avatar photo[anonymous]

This way, if the Menu Item targets to the hidden Post, it will render using the Post.hbs, there is any way to use Tags.hbs?

ex:

Tags = [{ title: 'Foo', slug: 'foo' }, ...]
Menu = [{ title: 'Foo', slug: 'foo', type: 'tag', tag: 'foo' }, ...]

renders to ‘/tag/foo/index.html

Hidden Post = { title: 'Foo', slug: 'foo', tag: 'foo' }

renders to ‘/foo/index.html‘ (but this would use the Post layout, I want the Tag layout, the exact same result as the ‘/tag/foo/index.html’ result)