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