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 chukycheese committed Sep 18, 2023
1 parent e9ec68a commit f69eb45
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 f69eb45

Please sign in to comment.