Fix site URL and base URL.
Signed-off-by: HE, Tao <sighingnow@gmail.com>
This commit is contained in:
@@ -20,15 +20,15 @@
|
||||
<meta name="author" content="{{ site.author | escape }}">
|
||||
{%- endif -%}
|
||||
|
||||
<link rel="stylesheet" href="{{site.url}}/gitbook/style.css">
|
||||
<link rel="stylesheet" href="{{site.url}}/gitbook/gitbook-plugin-fontsettings/website.css">
|
||||
<link rel="stylesheet" href="{{site.baseurl}}/gitbook/style.css">
|
||||
<link rel="stylesheet" href="{{site.baseurl}}/gitbook/gitbook-plugin-fontsettings/website.css">
|
||||
<!-- <link rel="stylesheet" href="../gitbook/gitbook-plugin-search/search.css"> -->
|
||||
|
||||
<link rel="stylesheet" href="{{site.url}}/gitbook/rouge-highlight-colorful.css">
|
||||
<link rel="stylesheet" href="{{site.baseurl}}/gitbook/rouge-highlight-colorful.css">
|
||||
|
||||
<meta name="HandheldFriendly" content="true"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{site.url}}/gitbook/images/apple-touch-icon-precomposed-152.png">
|
||||
<link rel="shortcut icon" href="{{site.url}}/gitbook/images/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{site.baseurl}}/gitbook/images/apple-touch-icon-precomposed-152.png">
|
||||
<link rel="shortcut icon" href="{{site.baseurl}}/gitbook/images/favicon.ico" type="image/x-icon">
|
Reference in New Issue
Block a user