diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/js/cover.js | 3 | ||||
-rw-r--r-- | public/views/index.ejs | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/public/js/cover.js b/public/js/cover.js index c02f6c81..6bc55dd9 100644 --- a/public/js/cover.js +++ b/public/js/cover.js @@ -1,5 +1,8 @@ require('./locale'); +require('../css/cover.css'); +require('../css/site.css'); + var common = require('./common'); var checkIfAuth = common.checkIfAuth; var urlpath = common.urlpath; diff --git a/public/views/index.ejs b/public/views/index.ejs index 9b411bb8..1b04886a 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -30,8 +30,6 @@ <% } %> <!-- Custom styles for this template --> <%- include build/cover-header %> - <link rel="stylesheet" href="<%- url %>/css/cover.css"> - <link rel="stylesheet" href="<%- url %>/css/site.css"> </head> <body> |