We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
obj.og_description
1 parent fd73622 commit 1a858d3Copy full SHA for 1a858d3
components/template-meta.tpl
@@ -31,9 +31,9 @@
31
{%- endif -%}
32
33
{%- comment -%}Open Graph description{%- endcomment -%}
34
-{%- if og_obj.description != blank -%}
35
- <meta property="og:description" content="{{ og_obj.description | strip_html | escape_once }}">
36
- <meta name="description" content="{{ og_obj.description | strip_html | escape_once }}">
+{%- if og_obj.og_description != blank -%}
+ <meta property="og:description" content="{{ og_obj.og_description | strip_html | escape_once }}">
+ <meta name="description" content="{{ og_obj.og_description | strip_html | escape_once }}">
37
38
39
{%- if body_bg_color != blank -%}
0 commit comments