From 8b246e741db99e5e0b803df74d291bb26015e0e1 Mon Sep 17 00:00:00 2001 From: kurets Date: Sun, 2 Apr 2023 08:39:41 +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 4d0dab22..06f44fe7 100644 --- a/new-site/public/index.html +++ b/new-site/public/index.html @@ -37,29 +37,29 @@ # 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 f0790c46..a9b1e58f 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}} minutes read). {{- if .Param "authorsinlist" }} {{- range .Param "authors" }} by {{ . }}{{ end -}} {{ end -}}