diff options
author | Valentin Popov <info@valentineus.link> | 2018-09-20 02:36:06 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-09-20 02:36:06 +0300 |
commit | 3965d28bb765c5551b74e7476e1009b6a73d075c (patch) | |
tree | af58851b870018a4ebb5e144521b9d84f7a63779 /_includes/head.html | |
parent | ccea2fd5b4ac091e810d0fdcdc6f856159bc5a3b (diff) | |
download | popov.link-3965d28bb765c5551b74e7476e1009b6a73d075c.tar.xz popov.link-3965d28bb765c5551b74e7476e1009b6a73d075c.zip |
Compatibility library 'respond.js' has been added
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_includes/head.html')
-rw-r--r-- | _includes/head.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html index 005ab5c..5f7814b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -37,5 +37,6 @@ <!--[if lte IE 9]> <script defer 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/respond-1.4.2.min.js' | relative_url | uri_escape }}"></script> <![endif]--> </head>
\ No newline at end of file |