Add missing HTML standard files
This commit is contained in:
@@ -23,10 +23,10 @@
|
||||
<meta property="og:site_name" content="{{ site.title }}" />
|
||||
<meta property="og:title" content="{{ page.title | default: site.title | strip_html }}" />
|
||||
{% if site.xaymar.opengraph.excerpt.enabled == true %}
|
||||
<meta property="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncatewords: site.xaymar.opengraph.excerpt.length }}" />
|
||||
<meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncatewords: site.xaymar.opengraph.excerpt.length }}" />
|
||||
<meta property="og:description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncatewords: site.xaymar.opengraph.excerpt.length }}" />
|
||||
{% else %}
|
||||
<meta property="description" content="{{ site.description | strip_html }}" />
|
||||
<meta name="description" content="{{ site.description | strip_html }}" />
|
||||
<meta property="og:description" content="{{ site.description | strip_html }}" />
|
||||
{% endif %}
|
||||
<meta property="og:type" content="{{ page.opengraph.type | default: "website" }}" />
|
||||
|
||||
Reference in New Issue
Block a user