From 1a2a6d7c78f3b00ba4c82b0bd016bd755838a6a7 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Wed, 23 Sep 2020 13:15:33 +0530 Subject: [PATCH] post-meta: change sepearator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "." -> "·" --- layouts/_default/archives.html | 4 ++-- layouts/_default/list.html | 4 ++-- layouts/_default/single.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html index 17fd57bf..9e32c764 100644 --- a/layouts/_default/archives.html +++ b/layouts/_default/archives.html @@ -21,10 +21,10 @@
- {{- if $.Site.Params.ShowReadingTime }} .  + {{- if $.Site.Params.ShowReadingTime }} ·  {{- $default_txt := print .ReadingTime " " "min" }} {{- i18n "read_time" .ReadingTime | default $default_txt }}{{ end }} - {{- if or .Params.author .Site.Params.author }} . {{- .Params.author | default .Site.Params.author }}{{ end }} + {{- if or .Params.author .Site.Params.author }} · {{- .Params.author | default .Site.Params.author }}{{ end }}
diff --git a/layouts/_default/list.html b/layouts/_default/list.html index ef31469a..3346e60b 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -49,10 +49,10 @@ {{- end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 846690ba..fc834f3c 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -9,10 +9,10 @@ {{- if .Params.hideMeta }}{{ else }}
- {{- if $.Site.Params.ShowReadingTime -}} .  + {{- if $.Site.Params.ShowReadingTime -}} ·  {{- $default_txt := print .ReadingTime " " "min" }} {{- i18n "read_time" .ReadingTime | default $default_txt }}{{ end }} - {{- if or .Params.author .Site.Params.author }} . {{- .Params.author | default .Site.Params.author }}{{ end }} + {{- if or .Params.author .Site.Params.author }} · {{- .Params.author | default .Site.Params.author }}{{ end }} {{- if .IsTranslated -}} |