mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-25 13:59:25 +01:00
_includes/head: fix typo in og:site_name
It has probably been there since forever without me noticing previously :(
This commit is contained in:
parent
6d1bd2268f
commit
bc8b5dfd96
@ -24,7 +24,7 @@
|
|||||||
<meta property="fb:app_id" content="1550553165222890" />
|
<meta property="fb:app_id" content="1550553165222890" />
|
||||||
<meta name="og:title" content="{% if page.title %}{{ page.title }} ~~ {{ site.title }}{% else %}{{ site.title }}{% endif %}" />
|
<meta name="og:title" content="{% if page.title %}{{ page.title }} ~~ {{ site.title }}{% else %}{{ site.title }}{% endif %}" />
|
||||||
<meta name="og:description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description | nstrip_html | strip_newlines }}{% endif %}" />
|
<meta name="og:description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description | nstrip_html | strip_newlines }}{% endif %}" />
|
||||||
<meta name="og:site_name" content="MikaeladDotInfo" />
|
<meta name="og:site_name" content="MikaelaDotInfo" />
|
||||||
<meta name="og:image" content="{{site.avatar}}"/>
|
<meta name="og:image" content="{{site.avatar}}"/>
|
||||||
<meta name="flattr:id" content="7j1ne6">
|
<meta name="flattr:id" content="7j1ne6">
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user