Replies: 1 comment 2 replies
-
Hey @yabdab, In your template you should be able to do something like this: <h3>
{{ parent:title }} - {{ title }}
</h3> Or you could try to edit your Blueprint to parse Antlers for the Then you can use Antlers in the content of your entry. Your entry's title in this case. More on that in our docs here. Hope that helps :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best way to include parent(s) title in the
{{ $title }}
of the pages?Currently only the current page title is shown.
For example /site.com/blog/i-am-the-slug ...
... should have a title of "Blog - I am the Slug"
Beta Was this translation helpful? Give feedback.
All reactions