aboutsummaryrefslogtreecommitdiffstats
path: root/templates/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/head.html')
-rw-r--r--templates/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/head.html b/templates/head.html
index fd0afe4..aabc380 100644
--- a/templates/head.html
+++ b/templates/head.html
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="/static/style.css" type="text/css">
<link rel="stylesheet" href="/static/font-awesome/css/font-awesome.min.css">
{% for js in page.styles() %}
- <script src="/static/{{ js }}.js" defer></script>
+ <script src="/static/{{ js }}" defer></script>
{% endfor %}
</head>
<body>