Skip to content

Commit fa2f039

Browse files
authored
fixing a typo
`else if` was malformed, so correcting!
1 parent cae4aa8 commit fa2f039

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)