diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-01-10 16:21:01 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-01-10 16:21:01 +0800 |
commit | 5e2df2d9db1de8e52c209b0597bd8b152381e914 (patch) | |
tree | 23364465c73fde0d2f57109dcb63fc53e76aaca0 /layouts/partials/head.html | |
parent | 5ec874d64e1fe31278acde1b1444b26620a0fbc8 (diff) |
fix: missing last line of code in blogdown (#19)
release 2.7.1
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 46c771e..d721a57 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -62,7 +62,7 @@ {{- end }} <!-- Styles --> -<link href="{{ "dist/even.min.css?v=2.7.0" | relURL }}" rel="stylesheet"> +<link href="{{ "dist/even.min.css?v=2.7.1" | 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 -}} |