summaryrefslogtreecommitdiff
path: root/html_templates
diff options
context:
space:
mode:
Diffstat (limited to 'html_templates')
-rw-r--r--html_templates/default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html_templates/default.html b/html_templates/default.html
index 560fa93..a9c6b39 100644
--- a/html_templates/default.html
+++ b/html_templates/default.html
@@ -22,7 +22,7 @@
</head>
<body>
<section>{{ $contents }}</section>
- <script src="/js/highlight.min.js"></script>
- <script src="/js/site.js"></script>
+ <script defer src="/js/highlight.min.js"></script>
+ <script defer src="/js/site.js"></script>
</body>
</html>