Fixed page.excerpt to seo_description (#2326)
1 files changed, 1 insertions(+), 1 deletions(-) M _includes/seo.html
M _includes/seo.html => _includes/seo.html +1 -1
@@ 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 %}