summaryrefslogtreecommitdiff
path: root/public/views/hackmd/head.ejs
diff options
context:
space:
mode:
authorYukai Huang2017-01-21 14:05:51 +0800
committerYukai Huang2017-01-21 14:05:51 +0800
commit0e479111e55354434b5100ae165627f5fabe06b5 (patch)
tree451aced97ba8a111a9635a2e0d113aa8fcc7d5b7 /public/views/hackmd/head.ejs
parent74b04d08b5a4cf51ba71dd1ea12388974e74f4df (diff)
parenta669c201beb3755703e87984268cbd08145e9ac6 (diff)
Merge branch 'master' into es6-integration
Diffstat (limited to '')
-rw-r--r--public/views/hackmd/head.ejs (renamed from public/views/head.ejs)6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/views/head.ejs b/public/views/hackmd/head.ejs
index 218847f7..d0663993 100644
--- a/public/views/head.ejs
+++ b/public/views/hackmd/head.ejs
@@ -14,9 +14,9 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css" integrity="sha256-3iu9jgsy9TpTwXKb7bNQzqWekRX7pPK+2OLj3R922fo=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css" integrity="sha256-QiWfLIsCT02Sdwkogf6YMiQlj4NE84MKkzEMkZnMGdg=" crossorigin="anonymous" />
<link rel="stylesheet" href='<%- url %>/build/emojify.js/dist/css/basic/emojify.min.css'>
-<%- include build/index-header %>
+<%- include ../build/index-header %>
<% } else { %>
<link rel="stylesheet" href='<%- url %>/build/emojify.js/dist/css/basic/emojify.min.css'>
-<%- include build/index-pack-header %>
+<%- include ../build/index-pack-header %>
<% } %>
-<%- include polyfill %> \ No newline at end of file
+<%- include ../shared/polyfill %> \ No newline at end of file