mirror of
https://github.com/Kaisaan/kaisaan.github.io.git
synced 2025-06-18 08:45:38 -04:00
fix site_name
This commit is contained in:
parent
86202440ae
commit
35f6a24b29
@ -3,7 +3,7 @@
|
|||||||
<meta property="og:title" content="{{ page.long_title | default: page.title | default: site.data[page.collection].strings.title | escape }}" />
|
<meta property="og:title" content="{{ page.long_title | default: page.title | default: site.data[page.collection].strings.title | escape }}" />
|
||||||
<meta property="og:locale" content="{{ page.collection | default: "en_US"}}" />
|
<meta property="og:locale" content="{{ page.collection | default: "en_US"}}" />
|
||||||
<meta property="og:url" content="{{ page.url | absolute_url | remove: "index.html" | remove: ".html" }}" />
|
<meta property="og:url" content="{{ page.url | absolute_url | remove: "index.html" | remove: ".html" }}" />
|
||||||
<meta property="og:site_name" content="{{ site.data[page.collection].strings.title | escape }}" />
|
<meta property="og:site_name" content="{{ site.title }}" />
|
||||||
<meta property="og:image" content="{{ page.image | default: site.image }}">
|
<meta property="og:image" content="{{ page.image | default: site.image }}">
|
||||||
<meta property="og:description" content="{{ page.description | default: site.data[page.collection].strings.description | escape }}" />
|
<meta property="og:description" content="{{ page.description | default: site.data[page.collection].strings.description | escape }}" />
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
|
Loading…
Reference in New Issue
Block a user