Skip to content

Commit

Permalink
Fixed page.excerpt to seo_description (mmistakes#2326)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolesen authored and jesuswasrasta committed Jul 8, 2020
1 parent 95255a6 commit b7d8d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/seo.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down

0 comments on commit b7d8d50

Please sign in to comment.