Use head.html instead of custom-head.html

This commit is contained in:
Ivanq 2021-03-25 19:37:46 +03:00
parent b742320c1f
commit c938242424
2 changed files with 9 additions and 1 deletions

View File

@ -1 +0,0 @@
<meta property="og:image" content="{{ "/assets/social-media-preview.png" | absolute_url }}">

9
_includes/head.html Normal file
View File

@ -0,0 +1,9 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{%- seo -%}
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
{%- feed_meta -%}
<meta property="og:image" content="{{ "/assets/social-media-preview.png" | absolute_url }}">
</head>