mirror of https://gitlab.com/curben/blog
fix(addJs): must include .js extension
This commit is contained in:
parent
b4ff248560
commit
2753cd76ea
|
@ -3,4 +3,4 @@
|
|||
<% } %>
|
||||
|
||||
<%/* javascript of Typing theme */%>
|
||||
<%- addJs('js/typing') %>
|
||||
<%- addJs('js/typing.js') %>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<meta name="theme-color" content="#ffffff">
|
||||
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml">
|
||||
<%/* Fallback function for SRI */%>
|
||||
<%- js('js/sri.min') %>
|
||||
<%- addJs('js/sri.min.js') %>
|
||||
|
||||
<%- addCss('css/typing.css') %>
|
||||
<% if (theme.icons) { %>
|
||||
|
|
Loading…
Reference in New Issue