summaryrefslogtreecommitdiff
path: root/public/views/hackmd/head.ejs
diff options
context:
space:
mode:
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