We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88510bf commit 0294db0Copy full SHA for 0294db0
docs/_layouts/default.html
@@ -5,7 +5,11 @@
5
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6
<meta name="viewport" content="width=device-width, initial-scale=1">
7
8
- {% seo %}
+ <!-- 手动写title -->
9
+ <title>{{ page.title | default: site.title }}</title>
10
+
11
+ <!-- 重要!禁止seo-tag重复生成title -->
12
+ {% seo title=false %}
13
14
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
15
<!-- Google tag (gtag.js) -->
0 commit comments