diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-02-01 21:47:36 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-02-01 21:47:36 +0800 |
commit | 52eeea8f20963362ff143fa7f5e66d9fcfb14f75 (patch) | |
tree | aa584b5ff885683659a1320db82a839faf58210a /layouts/partials/head.html | |
parent | b65b7ab2eb63217f143754c376a7cbcfb59c6e82 (diff) |
chore(release): 3.0.0
Hugo min_version: 0.26 -> 0.35
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 c87ddf6..fb4dad6 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -61,7 +61,7 @@ {{- end }} <!-- Styles --> -<link href="{{ "dist/even.min.css?v=2.7.2" | relURL }}" rel="stylesheet"> +<link href="{{ "dist/even.min.css?v=3.0.0" | relURL }}" rel="stylesheet"> {{ if .Site.Params.publicCDN.enable -}} {{ if .Site.Params.fancybox }}{{ .Site.Params.publicCDN.fancyboxCss | safeHTML }}{{ end }} {{- else -}} |