From 4f11abf625538e536c1e234ab676359496bfa797 Mon Sep 17 00:00:00 2001 From: kurets Date: Sun, 2 Apr 2023 08:36:56 +0300 Subject: [PATCH] updated main index --- new-site/public/index.html | 22 +++++++++---------- .../layouts/shortcodes/10_recent_posts.html | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/new-site/public/index.html b/new-site/public/index.html index 4bda4673..4d0dab22 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 72031b00..f0790c46 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 | markdownify}} ({{.ReadingTime}} minutes read). Read more + {{ .Title }} - {{.Summary |truncate 150 }} Read more ({{.ReadingTime}} minutes read). {{- if .Param "authorsinlist" }} {{- range .Param "authors" }} by {{ . }}{{ end -}} {{ end -}}