Skip to content

Commit dd93dbe

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_includes/head.html

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

55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7+
<meta name="robots" content="all" />
78
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
89
<meta name="google-site-verification" content="NqibrxbTQ3FPfyJuuSPcSi39c5Qiqf57zoBYqWxd2dg" />
910
{% if page.layout == 'home' or page.layout == 'post' %}
@@ -77,7 +78,7 @@
7778
src="https://cdn.jsdelivr.net/combine/npm/[email protected],npm/bootstrap@4/dist/js/bootstrap.min.js"></script>
7879

7980
<script async
80-
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1872619258207885"crossorigin="anonymous"></script>
81+
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1872619258207885" crossorigin="anonymous"></script>
8182

8283
{% include js-selector.html %}
8384

tools/test.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)