Skip to content

Commit 08953bc

Browse files
fix(html): fixed desciption and scripts in head
1 parent 87b2336 commit 08953bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<meta name="robots" content="all" />
87
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
98
<meta name="google-site-verification" content="NqibrxbTQ3FPfyJuuSPcSi39c5Qiqf57zoBYqWxd2dg" />
109
{% if page.layout == 'home' or page.layout == 'post' %}
@@ -79,6 +78,7 @@
7978

8079
<script async
8180
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1872619258207885"crossorigin="anonymous"></script>
81+
8282
{% include js-selector.html %}
8383

8484
</head>

0 commit comments

Comments
 (0)