Skip to content
Grav 2.0 is officially stable. Read the announcement →
Support

Show custom meta data on page content

Started by Natalia Bazilenco 3 years ago · 3 replies · 576 views
3 years ago

Hi, I added a custom meta data on configuration page - slogan-
And now I try to show the slogan on home page after site title.
i try different options

TWIG
<h3>{{ site.slogan.meta }}</h3>
<h3>{{ site.slogan}}</h3>
<h3>{{ site.meta.slogan }}</h3>

but doesnt work. Can you help me please.

3 years ago

@NataliaB, You question would be more informative if you could share the slogan section in /user/config/site.yaml

3 years ago
YAML
metadata:
  description: 'short text about my company'
  slogan: 'We r the best'
3 years ago

I think you should concatenate site title with page metadata. For example:

TWIG
<h3>{{ site.title|e('html') }} - {{ page.metadata.slogan|raw }}</h3>

Suggested topics

Topic Participants Replies Views Activity
Support · by Paul Hodges, 4 weeks ago
19 484 5 days ago
Support · by Lauw, 7 days ago
2 99 7 days ago
Support · by Anna, 3 weeks ago
4 426 1 week ago
Support · by gtx, 4 weeks ago
4 377 3 weeks ago
Support · by Anna, 1 month ago
9 484 3 weeks ago