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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Nicole Mitchell Newcomer

@mitchell · Joined 9 years ago · 3 posts · 1 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Meta tags rendering html codes · 9 years ago

    I figured it out! If anyone is looking for the solution hopefully this can help them :) `{% if page.metadata.title.content %}{% autoescape false %}<title>{{ page.metadata.title.content|raw|rep

  • Meta tags rendering html codes · 9 years ago

    My title tag looks like this <title>{% if page.metadata.title.content %}{{ page.metadata.title.content|e('html') }} | {% elseif header.title %}{{ header.title|e('html') }} | {% endif %}{{ site.

  • Meta tags rendering html codes · 9 years ago

    Hello! I'm (very) new to Grav and I'm having some trouble with the meta tags. Tags with single quotes and ampersands are rendering the HTML code instead of the character I need (ex. How to Inspect a