summaryrefslogtreecommitdiffstats
path: root/theme
diff options
context:
space:
mode:
Diffstat (limited to 'theme')
-rw-r--r--theme/templates/site.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/templates/site.html b/theme/templates/site.html
index 5e5bfb2..ef74bd2 100644
--- a/theme/templates/site.html
+++ b/theme/templates/site.html
@@ -39,13 +39,13 @@
{% block javascript %}
{% parent %}
{% for resource in plugins.resources.js %}
-<script src="{{ staticBase }}/plugins/{{ resource.id }}.js"></script>
+<script src="{{ staticBase }}/plugins/{{ resource.path }}"></script>
{% endfor %}
{% endblock %}
{% block style %}
{% parent %}
{% for resource in plugins.resources.css %}
-<link rel="stylesheet" href="{{ staticBase }}/plugins/{{ resource.id }}.css">
+<link rel="stylesheet" href="{{ staticBase }}/plugins/{{ resource.path }}">
{% endfor %}
{% endblock %}