diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 03:59:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 03:59:33 +0300 |
commit | 7deeb77a8da63c8a5f66c7df95e08470e0186bb3 (patch) | |
tree | 2a5b4ddeb04a27cafa86e64b6cb34a38fa099192 /_includes/common/header.html | |
parent | _includes: move tiny includes to the larger ones (diff) | |
download | jekyll-theme-7deeb77a8da63c8a5f66c7df95e08470e0186bb3.tar.gz jekyll-theme-7deeb77a8da63c8a5f66c7df95e08470e0186bb3.zip |
bump Bootstrap to 3.4.1
Diffstat (limited to '')
-rw-r--r-- | _includes/common/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/common/header.html b/_includes/common/header.html index e5af5b4..bf9a94c 100644 --- a/_includes/common/header.html +++ b/_includes/common/header.html @@ -12,13 +12,13 @@ {% endif %} {% if site.settings.3rdparty.minified %} - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.settings.3rdparty.versions.bootstrap }}/css/bootstrap.min.css"> + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/{{ site.settings.3rdparty.versions.bootstrap }}/css/bootstrap.min.css"> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/{{ site.settings.3rdparty.versions.html5shiv }}/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/{{ site.settings.3rdparty.versions.respond }}/respond.min.js"></script> <![endif]--> {% else %} - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.settings.3rdparty.versions.bootstrap }}/css/bootstrap.css"> + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/{{ site.settings.3rdparty.versions.bootstrap }}/css/bootstrap.css"> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/{{ site.settings.3rdparty.versions.html5shiv }}/html5shiv.js"></script> <script src="https://oss.maxcdn.com/respond/{{ site.settings.3rdparty.versions.respond }}/respond.js"></script> |