aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authorLei Zhang <antiagainst@google.com>2017-11-14 10:27:19 -0500
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-11-14 23:27:19 +0800
commitfa7e44cec87ae2ec0c572cf808976492d486e969 (patch)
tree46842d1597470cea9dd86cc57ff4d30cbe404259 /layouts/partials/head.html
parentc01c9cffb711cf3c647e68fdb417a505aa44c784 (diff)
fix: separate categories (#15)
* Separate categories with whitespace * Modify the _header.scss file to add a 'ยท' character release 2.6.6
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 b2c7523..f590d6c 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.5" | relURL }}" rel="stylesheet">
+<link href="{{ "dist/even.min.css?v=2.6.6" | 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 -}}