Move tumblr JS right after header creation and remove defer for minimum delay.
This commit is contained in:
parent
c8eb82b8e1
commit
65f7d573cd
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,6 @@
|
|||
<script type="module" src="{{ '/static/scripts/88x31.js' | url }}" defer></script>
|
||||
<script type="module" src="{{ '/static/scripts/tips.js' | url }}" defer></script>
|
||||
<script type="module" src="{{ '/static/scripts/click.js' | url }}" defer></script>
|
||||
<script type="module" src="{{ '/static/scripts/tumblr-adapt.js' | url }}" defer></script>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/static/apple-touch-icon.png' | url }}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ '/static/favicon-32x32.png' | url }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ '/static/favicon-16x16.png' | url }}">
|
||||
|
|
|
|||
Loading…
Reference in a new issue