Skip to content

Commit f91c03e

Browse files
committed
bug: i hate meta tags
1 parent ee69e16 commit f91c03e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/_includes/meta.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<meta name="author" content="{{ site.title }}" />
22
{%- if summary -%}
33
<meta name="description" content="{{ summary }}" />
4-
<meta name="og:description" content="{{ summary }}" />
4+
<meta property="og:description" content="{{ summary }}" />
55
{% else %}
66
<meta name="description" content="{{ site.description }}" />
7-
<meta name="og:description" content="{{ site.description }}" />
7+
<meta property="og:description" content="{{ site.description }}" />
88
{% endif %}
99
<meta name="theme-color" content="#359567" />
1010

0 commit comments

Comments
 (0)