summaryrefslogtreecommitdiff
path: root/public/views/index/head.ejs
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-06-18 03:42:17 +0200
committerGitHub2018-06-18 03:42:17 +0200
commit818d82559e93daf86b619fb86ee1eabf0916506f (patch)
tree108a993e8a366eafb0f2693cf10bfbb8b73a2090 /public/views/index/head.ejs
parent90411c9413fe1fa2d7002b4a64dc81e8506b2ee2 (diff)
parented5353d13ad1fe5dfa18f6e0936bcafa77ea0a73 (diff)
Merge pull request #845 from hackmdio/fix/polyfill
Move polyfill to CDN section
Diffstat (limited to 'public/views/index/head.ejs')
-rw-r--r--public/views/index/head.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/index/head.ejs b/public/views/index/head.ejs
index bbd14567..e43c57d4 100644
--- a/public/views/index/head.ejs
+++ b/public/views/index/head.ejs
@@ -16,7 +16,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.4/select2.min.css" integrity="sha256-ijlUKKj3hJCiiT2HWo1kqkI79NTEYpzOsw5Rs3k42dI=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.4/select2-bootstrap.min.css" integrity="sha256-NAWFcNIZdH+TS1xpWujF/EB/Y8gwBbEOCoaK/eqaer8=" crossorigin="anonymous" />
<%- include ../build/cover-header %>
+<%- include ../shared/polyfill %>
<% } else { %>
<%- include ../build/cover-pack-header %>
<% } %>
-<%- include ../shared/polyfill %> \ No newline at end of file