Forum

Thread tagged as: Question, Blog
Drew McLellan

Drew McLellan 2638 points
Perch Support

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:

// 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" />" />
Drew McLellan

Drew McLellan 2638 points
Perch Support

Right, it only affects the tag being used at the time.