Closed dennisbaum closed 10 months ago
Hi Dennis! 😉
The titleSeparator
section property is only used as the connecting part between the page title and site title. It doesn't support the query syntax.
What do you try to achieve here, what's your blueprint and your expectation? 🙂
I would like to add a Meta-Seperator-Field
to site, so the Customer could chosse, what the seperator should be.
Same for the site Titel. Then in my Blueprint, i would love to access them by the query syntax:
siteTitle: "{{ site.metaTitle.value }}"
titleSeparator: "{{ site.metaSeperator.value }}"
...
Hi johann,
titleSeparator: "{{ site.metaTitle.value }}"
wont render?