aboutsummaryrefslogtreecommitdiff
path: root/_includes/head.html
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-09-15 17:46:04 +0300
committerValentin Popov <info@valentineus.link>2018-09-15 17:46:04 +0300
commit4193b3c9116afc20c428f8e0da8a876efad3d9ee (patch)
tree8deb11ac76559efa50fff4aa344e0b858599b16a /_includes/head.html
parente6b47f13c0413ddef17f09e7d1693c66407a4840 (diff)
downloadpopov.link-4193b3c9116afc20c428f8e0da8a876efad3d9ee.tar.xz
popov.link-4193b3c9116afc20c428f8e0da8a876efad3d9ee.zip
Added property 'defer'
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_includes/head.html')
-rw-r--r--_includes/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/head.html b/_includes/head.html
index 47a4da9..cdf0d01 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -32,6 +32,6 @@
<link rel="alternate" type="application/atom+xml" title="RSS" href="{{ site.rss | relative_url | uri_escape }}" />
<!--[if lte IE 9]>
- <script type="text/javascript" src="{{ '/assets/javascript/html5shiv-3.7.3.min.js' | relative_url | uri_escape }}"></script>
+ <script defer type="text/javascript" src="{{ '/assets/javascript/html5shiv-3.7.3.min.js' | relative_url | uri_escape }}"></script>
<![endif]-->
</head> \ No newline at end of file