mirror of https://github.com/aredn/aredn.git
Theme typo (missing 'c') (#1449)
This commit is contained in:
parent
2ac72eb29d
commit
4ab2629c33
|
@ -46,7 +46,7 @@
|
|||
{% } else {
|
||||
versions.themecss = fs.readlink(`${config.application}/resource/css/theme.version`);
|
||||
%}
|
||||
<link href="http://localnode.local.mesh/a/css/theme.{{versions.themecss}}.css" rel="stylesheet" onerror="s=document.createElement('link');s.rel='stylesheet';s.href='/a/css/theme.{{versions.themecss}}.cs';document.head.appendChild(s)">
|
||||
<link href="http://localnode.local.mesh/a/css/theme.{{versions.themecss}}.css" rel="stylesheet" onerror="s=document.createElement('link');s.rel='stylesheet';s.href='/a/css/theme.{{versions.themecss}}.css';document.head.appendChild(s)">
|
||||
<link href="http://localnode.local.mesh/a/css/user.{{versions.usercss}}.css" rel="stylesheet" onerror="s=document.createElement('link');s.rel='stylesheet';s.href='/a/css/user.{{versions.usercss}}.css';document.head.appendChild(s)">
|
||||
{% if (auth.isAdmin) { %}
|
||||
<link href="http://localnode.local.mesh/a/css/admin.{{versions.admincss}}.css" rel="stylesheet" onerror="s=document.createElement('link');s.rel='stylesheet';s.href='/a/css/admin.{{versions.admincss}}.css';document.head.appendChild(s)">
|
||||
|
|
Loading…
Reference in New Issue