diff --git a/public/index.html b/public/index.html index 60e74bb1..7c2d1d33 100644 --- a/public/index.html +++ b/public/index.html @@ -39,59 +39,59 @@ diff --git a/themes/lugo/layouts/shortcodes/10_recent_posts.html b/themes/lugo/layouts/shortcodes/10_recent_posts.html index a8feb42e..22679215 100644 --- a/themes/lugo/layouts/shortcodes/10_recent_posts.html +++ b/themes/lugo/layouts/shortcodes/10_recent_posts.html @@ -4,9 +4,9 @@ {{- if .Param "datesinlist" }} – {{ end -}} - {{ .Title }} - {{.Summary |truncate 150 }} {{ if .Truncated }} Read - more ({{.ReadingTime}} minute read). {{ end }} + {{ .Title }} - {{.Summary |truncate 150 }} {{ if .Truncated }} Read + more about {{ .Title }} ({{.ReadingTime}} minute read). {{ end }} {{- if .Param "authorsinlist" }} {{- range .Param "authors" }} by {{ . }}{{ end -}} {{ end -}}