diff options
author | Yukai Huang | 2016-11-02 11:26:06 +0800 |
---|---|---|
committer | Yukai Huang | 2016-11-02 11:26:06 +0800 |
commit | 7a052b0dadae051c9ebec50c22d618e17585fa48 (patch) | |
tree | 72652be0f127054d9d5f40f93788f6f74d02d93e /public/views | |
parent | 971bfe29f8a4e1004f039b21fb4bbc3972fd8a16 (diff) |
Require index stylesheets
Diffstat (limited to '')
-rw-r--r-- | public/views/head.ejs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/public/views/head.ejs b/public/views/head.ejs index 00571186..77cc1cf0 100644 --- a/public/views/head.ejs +++ b/public/views/head.ejs @@ -35,11 +35,9 @@ <link rel="stylesheet" href="<%- url %>/vendor/showup/showup.css"> <link rel="stylesheet" href="<%- url %>/css/mermaid.css"> <link rel="stylesheet" href="<%- url %>/css/markdown.css"> + <%- include build/index-header %> -<link rel="stylesheet" href="<%- url %>/css/index.css"> -<link rel="stylesheet" href="<%- url %>/css/extra.css"> -<link rel="stylesheet" href="<%- url %>/css/slide-preview.css"> -<link rel="stylesheet" href="<%- url %>/css/site.css"> + <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> |