aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-01-13 20:34:14 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-01-13 20:34:14 +0800
commite1f5be88d365dfa31b88b552f331460d73f31ca7 (patch)
tree229b5a4bc6550c8739b76e8ad7af0dfbb249e6f5 /layouts/partials/head.html
parent5e2df2d9db1de8e52c209b0597bd8b152381e914 (diff)
fix: error when heading contains link (#20)
release 2.7.2
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index d721a57..ed233bf 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.1" | relURL }}" rel="stylesheet">
+<link href="{{ "dist/even.min.css?v=2.7.2" | 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 -}}