diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-12-05 20:09:12 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-12-05 20:09:12 +0800 |
commit | c6a71c268bc7a8b1e94174fa754dee9d5c10bf67 (patch) | |
tree | 3a38695b3402ef6ddc9321786e24a4cf393b91e0 /layouts/partials/head.html | |
parent | 02d9d03d873b666b37b865c2323078ce7c433558 (diff) |
docs: update example site
release 2.7.0
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 f590d6c..086adee 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.6" | relURL }}" rel="stylesheet"> +<link href="{{ "dist/even.min.css?v=2.7.0" | 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 -}} |