From 168b97b45e2669f0e928e7a15703cbdf050f9b58 Mon Sep 17 00:00:00 2001 From: kurets Date: Wed, 5 Apr 2023 18:20:57 +0300 Subject: [PATCH] . --- new-site/public/index.html | 20 +++++++++---------- .../layouts/shortcodes/10_recent_posts.html | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/new-site/public/index.html b/new-site/public/index.html index 3d2e8dbd..01fb8445 100644 --- a/new-site/public/index.html +++ b/new-site/public/index.html @@ -31,20 +31,20 @@ diff --git a/new-site/themes/lugo/layouts/shortcodes/10_recent_posts.html b/new-site/themes/lugo/layouts/shortcodes/10_recent_posts.html index ae2d13b2..ea33ec38 100644 --- a/new-site/themes/lugo/layouts/shortcodes/10_recent_posts.html +++ b/new-site/themes/lugo/layouts/shortcodes/10_recent_posts.html @@ -2,7 +2,7 @@ {{- range first 10 .Site.RegularPages }}
  • {{- if .Param "datesinlist" }} – {{ end -}} - {{ .Title }} - {{.Summary |truncate 150 }} Read more ({{.ReadingTime}} minutes read). + {{ .Title }} - {{.Summary |truncate 150 }} Read more ({{.ReadingTime}} minute read). {{- if .Param "authorsinlist" }} {{- range .Param "authors" }} by {{ . }}{{ end -}} {{ end -}}