Merge pull request #2045 from thelounge/xpaw/pkg-subfolder

Make sure packages can be referenced in subfolders
This commit is contained in:
Pavel Djundik 2018-02-08 12:19:38 +02:00 committed by GitHub
commit f6051d3f6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>