Add missing meta tags
This commit is contained in:
parent
9ad187a931
commit
042c31a3c7
|
|
@ -6,9 +6,11 @@
|
||||||
<title>{{ metaTitle or title }} - {{ site.name }}</title>
|
<title>{{ metaTitle or title }} - {{ site.name }}</title>
|
||||||
<meta name="description" content="{{ metaDescription or site.metaDescription }}">
|
<meta name="description" content="{{ metaDescription or site.metaDescription }}">
|
||||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 105 55%22><text y=%22.9em%22 font-size=%2275%22>🍽️</text></svg>">
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 105 55%22><text y=%22.9em%22 font-size=%2275%22>🍽️</text></svg>">
|
||||||
|
<meta property="og:title" content="{{ metaTitle or title }} - {{ site.name }}" />
|
||||||
|
|
||||||
{% if image %}
|
{% if image %}
|
||||||
<meta property="og:image" content="{{ site.baseURL }}{{ image }}" />
|
<meta property="og:image" content="{{ site.baseURL }}{{ image }}" />
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:image" content="{{ site.baseURL }}{{ image }}" />
|
<meta name="twitter:image" content="{{ site.baseURL }}{{ image }}" />
|
||||||
<meta property="og:image:alt" content="Page image for {{ title }}" />
|
<meta property="og:image:alt" content="Page image for {{ title }}" />
|
||||||
<meta name="twitter:image:alt" content="Page image for {{ title }}" />
|
<meta name="twitter:image:alt" content="Page image for {{ title }}" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue