Require cover stylesheets
This commit is contained in:
parent
7a052b0dad
commit
55ddddd84b
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
require('./locale');
|
require('./locale');
|
||||||
|
|
||||||
|
require('../css/cover.css');
|
||||||
|
require('../css/site.css');
|
||||||
|
|
||||||
var common = require('./common');
|
var common = require('./common');
|
||||||
var checkIfAuth = common.checkIfAuth;
|
var checkIfAuth = common.checkIfAuth;
|
||||||
var urlpath = common.urlpath;
|
var urlpath = common.urlpath;
|
||||||
|
|
|
@ -30,8 +30,6 @@
|
||||||
<% } %>
|
<% } %>
|
||||||
<!-- Custom styles for this template -->
|
<!-- Custom styles for this template -->
|
||||||
<%- include build/cover-header %>
|
<%- include build/cover-header %>
|
||||||
<link rel="stylesheet" href="<%- url %>/css/cover.css">
|
|
||||||
<link rel="stylesheet" href="<%- url %>/css/site.css">
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue