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.
2 parents f0a9475 + fcce315 commit 20ef8e2Copy full SHA for 20ef8e2
_layouts/base.html
@@ -7,7 +7,8 @@
7
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8
<meta http-equiv="last-modified" content="{{ site.time }}">
9
<meta name="viewport" content="width=device-width, initial-scale=1">
10
- <meta name="search-domain" value="{{ page.root }}">
+ <!-- meta "search-domain" used for google site search function google_search() -->
11
+ <meta name="search-domain" value="{{ site.github.url }}">
12
<link rel="stylesheet" type="text/css" href="{{ page.root }}/assets/css/bootstrap.css" />
13
<link rel="stylesheet" type="text/css" href="{{ page.root }}/assets/css/bootstrap-theme.css" />
14
<link rel="stylesheet" type="text/css" href="{{ page.root }}/assets/css/lesson.css" />
0 commit comments