mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
add mime type and defer script loading
This commit is contained in:
parent
831a1486ee
commit
f9b15aa932
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<title>{{title}}</title>
|
||||
{{{head}}}
|
||||
{{#each scripts}}
|
||||
<script src="{{this}}"></script>
|
||||
<script type="text/javascript" src="{{this}}" defer></script>
|
||||
{{/each}}
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue