Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Show custom meta data on page content

Started by Natalia Bazilenco 3 years ago · 3 replies · 634 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 Marcel, 5 days ago
0 84 5 days ago
Support · by JakobDB, 6 days ago
1 91 6 days ago
Support · by ramenos, 7 days ago
3 103 6 days ago
Support · by gravinator, 2 weeks ago
3 229 7 days ago
Support · by Roger Parkinson, 2 weeks ago
3 308 2 weeks ago