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 · 650 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 complanar, 6 days ago
6 140 16 hours ago
Support · by Rick Beebe, 6 days ago
2 100 2 days ago
Support · by blu3prince, 3 days ago
0 52 3 days ago
Support · by alex, 4 days ago
2 92 3 days ago
Support · by Marcel, 2 weeks ago
1 143 4 days ago