summaryrefslogtreecommitdiff
path: root/public/views/hackmd/foot.ejs
diff options
context:
space:
mode:
authorWu Cheng-Han2017-01-21 13:08:29 +0800
committerWu Cheng-Han2017-01-21 13:08:29 +0800
commit09a7bcbdef237c1443bbbfc29010e7106cffd739 (patch)
tree12e28f44dc82ae8f4d48dc8072a480f7312e47a3 /public/views/hackmd/foot.ejs
parent6e8ff3de234471375836ba907e86bf39804c308e (diff)
Refactor templates and rearrange its path
Diffstat (limited to '')
-rw-r--r--public/views/hackmd/foot.ejs (renamed from public/views/foot.ejs)4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/views/foot.ejs b/public/views/hackmd/foot.ejs
index c1df65c2..178b5504 100644
--- a/public/views/foot.ejs
+++ b/public/views/hackmd/foot.ejs
@@ -20,9 +20,9 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/gist-embed/2.6.0/gist-embed.min.js" integrity="sha256-KyF2D6xPIJUW5sUDSs93vWyZm+1RzIpKCexxElmxl8g=" crossorigin="anonymous" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/viz.js/1.4.1/viz.js" integrity="sha256-U0a9HpXT7zG0N3tVzo58B5S+QXUxo4FdBIjrBMYrxZI=" crossorigin="anonymous" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/1000hz-bootstrap-validator/0.11.8/validator.min.js" integrity="sha256-LHeY7YoYJ0SSXbCx7sR14Pqna+52moaH3bhv0Mjzd/M=" crossorigin="anonymous" defer></script>
-<%- include build/index-scripts %>
+<%- include ../build/index-scripts %>
<% } else { %>
<script src="<%- url %>/build/MathJax/MathJax.js" defer></script>
<script src="<%- url %>/build/MathJax/config/TeX-AMS-MML_HTMLorMML.js" defer></script>
-<%- include build/index-pack-scripts %>
+<%- include ../build/index-pack-scripts %>
<% } %>