diff options
author | Christoph (Sheogorath) Kern | 2018-06-18 03:42:17 +0200 |
---|---|---|
committer | GitHub | 2018-06-18 03:42:17 +0200 |
commit | 818d82559e93daf86b619fb86ee1eabf0916506f (patch) | |
tree | 108a993e8a366eafb0f2693cf10bfbb8b73a2090 /public/views/index | |
parent | 90411c9413fe1fa2d7002b4a64dc81e8506b2ee2 (diff) | |
parent | ed5353d13ad1fe5dfa18f6e0936bcafa77ea0a73 (diff) |
Merge pull request #845 from hackmdio/fix/polyfill
Move polyfill to CDN section
Diffstat (limited to '')
-rw-r--r-- | public/views/index/head.ejs | 2 |
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 |