summaryrefslogtreecommitdiff
path: root/public/views/head.ejs
diff options
context:
space:
mode:
authorYukai Huang2016-10-12 17:15:59 +0800
committerYukai Huang2016-10-12 17:15:59 +0800
commit2cafe15e854b493d335652755b74674c7e2da4f6 (patch)
tree02925d33a08d7be576ab2efe42e189f301906755 /public/views/head.ejs
parent91266f1cad25c5f19f332134dd82011f01ce7419 (diff)
Enable production assets hash
Diffstat (limited to '')
-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 72434892..f4ba108a 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/index.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">