diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-03-12 23:06:39 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-03-12 23:06:39 +0800 |
commit | b18086fb89710f06a08cbcb8d810f80c8f8ab76d (patch) | |
tree | b0484181585dbdec3e503ad3bf21ade2f0dcb9a0 /layouts/partials/head.html | |
parent | 1f992c4118fc5af2665c4757068c6b9a17750aff (diff) |
fix(release): version param
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 960f9c0..d670c16 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -61,7 +61,7 @@ {{- end }} <!-- Styles --> -<link href="{{ "dist/even.min.css?v=3.0.1" | relURL }}" rel="stylesheet"> +<link href="{{ "dist/even.min.css?v=3.1.1" | relURL }}" rel="stylesheet"> {{ if .Site.Params.publicCDN.enable -}} {{ if .Site.Params.fancybox }}{{ .Site.Params.publicCDN.fancyboxCss | safeHTML }}{{ end }} {{- else -}} |