No, that uses the blog/meta_head.html template.
blog/meta_head.html
If you turn on debug you can see what templates you're using.
Aha! Solved! Thanks Drew, I just needed to add striptags to the meta_head.html template:
// blog/meta_head.html <meta property="og:description" content="<perch:blog id="og_description" label="Social description" type="textarea" size="s" striptags="true" escape="true" />" />
Right, it only affects the tag being used at the time.
No, that uses the
blog/meta_head.html
template.If you turn on debug you can see what templates you're using.
Aha! Solved! Thanks Drew, I just needed to add striptags to the meta_head.html template:
Right, it only affects the tag being used at the time.