From ae3fc838bce2269b94054101e91d41e7fa5a46ee Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Tue, 3 Sep 2019 16:40:40 +0100 Subject: [PATCH] fix: remove jquery embed test --- themes/typing/layout/_partial/head.ejs | 2 -- 1 file changed, 2 deletions(-) diff --git a/themes/typing/layout/_partial/head.ejs b/themes/typing/layout/_partial/head.ejs index 2f752ad..022bb8f 100644 --- a/themes/typing/layout/_partial/head.ejs +++ b/themes/typing/layout/_partial/head.ejs @@ -52,6 +52,4 @@ <% if (theme.icons) { %> <%- addCss({ href: 'https://cdn.statically.io/libs/fork-awesome/1.1.7/css/fork-awesome.min.css', 'data-sri-fallback': '/forkawesome/css/fork-awesome.min.css', integrity: 'sha384-mByhW6NjnxyShh67P9+fepUvYSd7Uz/qV6e2u4kA2Fi4ZkjXxIP2mRkyK9dwK24W', crossorigin: 'anonymous' }) %> <% } %> - - <%- addJs('/extjs/jquery/3.4.1/jquery.slim.js') %>