fix(theme): rename js and css to 'chameleon'

- Continuation of 5a381f7032
This commit is contained in:
curben 2019-11-09 08:54:48 +00:00
parent 8b510a0380
commit bed321c987
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
4 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
<% } %>
<%/* javascript of Typing theme */%>
<%- addJs('/js/typing.js') %>
<%- addJs('/js/chameleon.js') %>

View File

@ -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' }) %>