Skip to content

Commit 23b3723

Browse files
Merge pull request amitmerchant1990#90 from amatlack/patch-2
fixing a typo
2 parents cae4aa8 + fa2f039 commit 23b3723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/meta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% if page.excerpt %}
66
<meta property="og:description" content="{{ page.excerpt| strip_html }}" />
7-
{% elsif page.description %}
7+
{% else if page.description %}
88
<meta property="og:description" content="{{ page.description }}" />
99
{% else %}
1010
<meta property="og:description" content="{{ site.description }}" />

0 commit comments

Comments
 (0)