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