diff options
author | Valentin Popov <info@valentineus.link> | 2018-05-15 03:29:47 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-05-15 03:29:47 +0300 |
commit | f9f33758b8afdb1be8afd93437c436bd6676bdf7 (patch) | |
tree | 8d6424ed1568c6d2053e3aac6ccadc4355c4a65f | |
parent | 93e183f0f47ef29bfd501e60cef474970e5dfdd4 (diff) | |
download | popov.link-f9f33758b8afdb1be8afd93437c436bd6676bdf7.tar.xz popov.link-f9f33758b8afdb1be8afd93437c436bd6676bdf7.zip |
Renaming a library
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | _includes/head.html | 2 | ||||
-rw-r--r-- | assets/javascript/html5shiv-3.7.3.min.js (renamed from assets/javascript/html5shiv.min.js) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/_includes/head.html b/_includes/head.html index b891420..ed80a66 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -31,6 +31,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.min.js' | relative_url | uri_escape }}"></script> + <script type="text/javascript" src="{{ '/assets/javascript/html5shiv-3.7.3.min.js' | relative_url | uri_escape }}"></script> <![endif]--> </head> diff --git a/assets/javascript/html5shiv.min.js b/assets/javascript/html5shiv-3.7.3.min.js index 355afd1..355afd1 100644 --- a/assets/javascript/html5shiv.min.js +++ b/assets/javascript/html5shiv-3.7.3.min.js |