summaryrefslogtreecommitdiff
path: root/public/views/head.ejs
diff options
context:
space:
mode:
authorYukai Huang2016-10-09 21:47:29 +0800
committerYukai Huang2016-10-10 07:58:42 +0800
commit70c20aaddaff75c3d0b7eb0fd53da13bb5651387 (patch)
treedb9fe4f17a5739d967959c75d7c529429114ea66 /public/views/head.ejs
parenta25889788443556703cf1f9b412b5d6dbf90febd (diff)
Remove redundant entry point
Diffstat (limited to 'public/views/head.ejs')
-rw-r--r--public/views/head.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/head.ejs b/public/views/head.ejs
index 2aa85689..72434892 100644
--- a/public/views/head.ejs
+++ b/public/views/head.ejs
@@ -36,7 +36,7 @@
<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">
-<link rel="stylesheet" href="<%- url %>/build/app.css">
+<link rel="stylesheet" href="<%- url %>/build/index.css">
<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">