From eb6e94d1d2134cbdb68b5a14539b4c3e9446f528 Mon Sep 17 00:00:00 2001
From: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
Date: Wed, 23 Sep 2020 13:12:23 +0530
Subject: [PATCH] archive: update meta
* match with others
---
layouts/_default/archives.html | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html
index 160c3ed4..17fd57bf 100644
--- a/layouts/_default/archives.html
+++ b/layouts/_default/archives.html
@@ -20,12 +20,11 @@
{{- .Title | markdownify }}
- {{- if or .Params.author .Site.Params.author }}
- {{- .Params.author | default .Site.Params.author }} ·
- {{- end }}
- {{- if $.Site.Params.ShowReadingTime }}
- {{ .ReadingTime }}{{ i18n "read_time" | default "min read" }} · {{ end }}
- {{- .Date.Format "January 2, 2006" -}}
+
+ {{- 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 }}