Merge pull request #2045 from thelounge/xpaw/pkg-subfolder
Make sure packages can be referenced in subfolders
This commit is contained in:
commit
f6051d3f6b
@ -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 New Issue
Block a user