diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-10-13 21:43:30 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-10-13 21:43:30 +0800 |
commit | 758f15746a9337345ee9df5ad5d00798fef91ba7 (patch) | |
tree | 30e1746ba4a4aaff2a974385238a698e6e2bf76d /layouts/partials/head.html | |
parent | 22515fb8c090568c21a5dbe80e2e38380b53e908 (diff) |
fix: fallback for browsers which doesn't support for `calc()`
See #13
release 2.6.4
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index a1264e6..a15aa5c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -57,7 +57,7 @@ {{- end }} <!-- Styles --> -<link href="{{ "dist/even.min.css?v=2.6.3" | relURL }}" rel="stylesheet"> +<link href="{{ "dist/even.min.css?v=2.6.4" | relURL }}" rel="stylesheet"> {{ if .Site.Params.bootcdn -}} {{ if .Site.Params.fancybox }}<link href="https://cdn.bootcss.com/fancybox/3.1.20/jquery.fancybox.min.css" rel="stylesheet" crossorigin="anonymous">{{ end }} {{- else if .Site.Params.publicCDN.enable -}} |