From fa7e44cec87ae2ec0c572cf808976492d486e969 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 14 Nov 2017 10:27:19 -0500 Subject: [PATCH] fix: separate categories (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Separate categories with whitespace * Modify the _header.scss file to add a '·' character release 2.6.6 --- layouts/partials/head.html | 2 +- layouts/partials/scripts.html | 2 +- layouts/post/single.html | 8 ++++---- layouts/post/summary.html | 8 ++++---- src/css/_partial/_post/_header.scss | 8 ++++---- src/package.json | 2 +- static/dist/even.min.css | 2 +- static/dist/even.min.css.map | 2 +- 8 files changed, 17 insertions(+), 17 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 }} - + {{ if .Site.Params.bootcdn -}} {{ if .Site.Params.fancybox }}{{ end }} {{- else if .Site.Params.publicCDN.enable -}} diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index 541811b..2d06c0e 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -13,7 +13,7 @@ {{ if .Site.Params.fancybox }}{{ end }} {{- end }} - + {{- if and (and .Site.Params.mathjax (ne .Params.mathjax false)) (or .IsPage .IsHome) }}