add mime type and defer script loading

This commit is contained in:
zyl 2024-06-17 13:16:39 -07:00
parent 831a1486ee
commit f9b15aa932
No known key found for this signature in database

View file

@ -8,7 +8,7 @@
<title>{{title}}</title>
{{{head}}}
{{#each scripts}}
<script src="{{this}}"></script>
<script type="text/javascript" src="{{this}}" defer></script>
{{/each}}
</head>