From bed321c98749baf1f2db4fa3f24288dff9db6d95 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Sat, 9 Nov 2019 08:54:48 +0000 Subject: [PATCH] fix(theme): rename js and css to 'chameleon' - Continuation of 5a381f70322d940da97304a671834e02ce14562d --- themes/chameleon/layout/_partial/after-footer.ejs | 2 +- themes/chameleon/layout/_partial/head.ejs | 2 +- themes/chameleon/source/css/{typing.css => chameleon.css} | 0 themes/chameleon/source/js/{typing.js => chameleon.js} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename themes/chameleon/source/css/{typing.css => chameleon.css} (100%) rename themes/chameleon/source/js/{typing.js => chameleon.js} (100%) diff --git a/themes/chameleon/layout/_partial/after-footer.ejs b/themes/chameleon/layout/_partial/after-footer.ejs index 6b7e69a..39fc077 100644 --- a/themes/chameleon/layout/_partial/after-footer.ejs +++ b/themes/chameleon/layout/_partial/after-footer.ejs @@ -3,4 +3,4 @@ <% } %> <%/* javascript of Typing theme */%> -<%- addJs('/js/typing.js') %> +<%- addJs('/js/chameleon.js') %> diff --git a/themes/chameleon/layout/_partial/head.ejs b/themes/chameleon/layout/_partial/head.ejs index 42054cb..5ce879c 100644 --- a/themes/chameleon/layout/_partial/head.ejs +++ b/themes/chameleon/layout/_partial/head.ejs @@ -46,7 +46,7 @@ <%/* Fallback function for SRI */%> <%- addJs({ src: '/js/sri.min.js', 'async': true }) %> - <%- addCss('/css/typing.css') %> + <%- addCss('/css/chameleon.css') %> <% if (theme.icons) { %> <%- addCss({ href: '/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' }) %> diff --git a/themes/chameleon/source/css/typing.css b/themes/chameleon/source/css/chameleon.css similarity index 100% rename from themes/chameleon/source/css/typing.css rename to themes/chameleon/source/css/chameleon.css diff --git a/themes/chameleon/source/js/typing.js b/themes/chameleon/source/js/chameleon.js similarity index 100% rename from themes/chameleon/source/js/typing.js rename to themes/chameleon/source/js/chameleon.js