mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
Make sure packages can be referenced in subfolders
This commit is contained in:
parent
7883feca30
commit
339f65295d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<link rel="stylesheet" href="css/style.css">
|
||||
<link id="theme" rel="stylesheet" href="<%- theme %>">
|
||||
<% _.forEach(stylesheets, function(css) { %>
|
||||
<link rel="stylesheet" href="/packages/<%- css %>">
|
||||
<link rel="stylesheet" href="packages/<%- css %>">
|
||||
<% }); %>
|
||||
<style id="user-specified-css"></style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue