Skip to content

Commit c3d464f

Browse files
committed
chore: add site verification
1 parent 639dd10 commit c3d464f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

_includes/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<meta http-equiv="X-UA-Compatible" content="IE=edge">
44
<title>{% if page.title %}{{ page.title }} &#8211; {% endif %}{{ site.title }}</title>
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta name="aliyun-yundun-cs" content="0fbd281f6e91e3c88cd34259e32c03a5" />
67
<meta name="description" content="{% if page.summary %}{{ page.summary }}{% else %}{{ site.description }}{% endif %}">
78
<meta name="author" content="{{ site.author }}">
89
{% if page.categories %}<meta name="keywords" content="{{ page.categories | join: ', ' }}">{% endif %}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<title>Test</title>
8+
</head>
9+
<body>
10+
test
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)