-
-
Couldn't load subscription status.
- Fork 1.2k
Closed
Description
hugo-coder/layouts/_default/baseof.html
Lines 66 to 68 in e46c452
| {{ range .Site.Params.custom_js }} | |
| <script src="{{ . | relURL }}"></script> | |
| {{ end }} |
Scripts in head of html presentation should be at bottom of element;
This prevents render blocking while the scripts load and is much better for site perception speed.
sources:
- https://stackoverflow.com/questions/3531314/should-i-write-script-in-the-body-or-the-head-of-the-html
- https://stackoverflow.com/questions/7751514/javascript-in-head-or-just-before-body
If anyone else agrees, I can make PR, although that'd take a little while. If you want to proceed with PR, go ahead.
Metadata
Metadata
Assignees
Labels
No labels