Fixed og:description missing on forum_view

Floren

Well-known member
The 'og:description' property should be explicitly provided, even if a value can be inferred from other tags.
Rich (BB code):
<xen:container var="$head.openGraph"><xen:include template="open_graph_meta">
    <xen:set var="$url">{xen:link 'canonical:forums', $forum}</xen:set>
    <xen:set var="$title">{$forum.title}</xen:set>
    <xen:set var="$description">{xen:raw $forum.description}</xen:set>
</xen:include></xen:container>

og-description.webp
 
Top Bottom