Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 20ef8e2

Browse files
authored
Merge pull request #104 from evanwill/search-fix
fix search meta tag.
2 parents f0a9475 + fcce315 commit 20ef8e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_layouts/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<meta http-equiv="last-modified" content="{{ site.time }}">
99
<meta name="viewport" content="width=device-width, initial-scale=1">
10-
<meta name="search-domain" value="{{ page.root }}">
10+
<!-- meta "search-domain" used for google site search function google_search() -->
11+
<meta name="search-domain" value="{{ site.github.url }}">
1112
<link rel="stylesheet" type="text/css" href="{{ page.root }}/assets/css/bootstrap.css" />
1213
<link rel="stylesheet" type="text/css" href="{{ page.root }}/assets/css/bootstrap-theme.css" />
1314
<link rel="stylesheet" type="text/css" href="{{ page.root }}/assets/css/lesson.css" />

0 commit comments

Comments
 (0)