johannschopplich / kirby-serp-preview

🔍 Kirby Panel plugin for search engine result page previews
https://kirbyseo.com
MIT License
17 stars 2 forks source link

Section option `titleSeparator` won't allow KQL queries #1

Closed dennisbaum closed 10 months ago

dennisbaum commented 10 months ago

Hi johann, titleSeparator: "{{ site.metaTitle.value }}" wont render?

image
johannschopplich commented 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? 🙂

dennisbaum commented 10 months ago

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:

image
siteTitle: "{{ site.metaTitle.value }}"
titleSeparator: "{{ site.metaSeperator.value }}"
...