Fixed page.excerpt to seo_description (#2326)

This commit is contained in:
Lars Olesen 2019-11-22 15:12:34 +01:00 committed by Michael Rose
parent 14ebcce4a9
commit 0be64d50fc

View file

@ -69,7 +69,7 @@
<meta property="og:title" content="{{ page.title | default: site.title | markdownify | strip_html | strip_newlines | escape_once }}">
<meta property="og:url" content="{{ canonical_url }}">
{% if page.excerpt %}
{% if seo_description %}
<meta property="og:description" content="{{ seo_description }}">
{% endif %}