Fix og:title property
parent
f7b6684c66
commit
36762661bf
|
@ -9,7 +9,7 @@
|
|||
<meta property="og:locale" content="{{ html_lang }}" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="{{ page.url(true)|e }}" />
|
||||
<meta property="og:title" content="Home" />
|
||||
<meta property="og:title" content="{{ site.title }}" />
|
||||
<meta property="og:site_name" content="{{ site.title }}" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{% include 'partials/metadata.html.twig' %}
|
||||
|
|
Loading…
Reference in New Issue