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 -}}