Added theme support
This commit is contained in:
parent
3e153b9ebc
commit
58103b9954
|
@ -10,6 +10,7 @@
|
|||
|
||||
<link rel="stylesheet" href="/css/normalize.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="<%= typeof theme !== "undefined" ? theme : "" %>">
|
||||
|
||||
<link rel="shortcut icon" href="/img/favicon.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/img/apple-icon-144x144.png" />
|
||||
|
|
Loading…
Reference in New Issue