make default theme actually work
This commit is contained in:
parent
816042d3a8
commit
555847e5e9
2 changed files with 3 additions and 4 deletions
|
@ -27,8 +27,7 @@
|
|||
if (match) {
|
||||
var title = match[1].charAt(0).toUpperCase() + match[1].slice(1);
|
||||
%>
|
||||
<link rel="<% if (match[1] !== 'status') { %>alternate<% } %> stylesheet" title="<%= title %>"
|
||||
href="<%= file %>">
|
||||
<link rel="stylesheet" disabled title="<%= title %>" href="<%= file %>">
|
||||
<% } else { %>
|
||||
<link rel="stylesheet" href="<%= file %>">
|
||||
<% }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue