mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
This moves our scripts in the head section, but use "defer" loading to allow the browser to start loading them as soon as possible. Actual execution of deferred scripts happens once the HTML is fully parsed. see https://flaviocopes.com/javascript-async-defer/#with-defer-in-the-head Signed-off-by: Sebastiaan van Stijn <github@gone.nl>