diff options
author | Rotzbua <Rotzbua@users.noreply.github.com> | 2022-01-16 03:24:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-16 10:24:59 +0800 |
commit | f24a4e3fb051a47d2837812ca844afc48db9019e (patch) | |
tree | 75e0eb920f2c19a5711da752e27c9c8f9894de0e /_includes/head.html | |
parent | ca55fc49b25a05704ffb60b80d562f62d8ab0231 (diff) |
fix: meta-close-tag not required (#73)
Diffstat (limited to '_includes/head.html')
-rw-r--r-- | _includes/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/head.html b/_includes/head.html index f0dd9c2..89b30f2 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,7 +2,7 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="google-translate-customization" content="108d9124921d80c3-80e20d618ff053c8-g4f02ec6f3dba68b7-c"></meta> + <meta name="google-translate-customization" content="108d9124921d80c3-80e20d618ff053c8-g4f02ec6f3dba68b7-c"> {%- seo -%} <link rel="shortcut icon" href="{{ site.favicon }}"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> |