diff --git a/layouts/_default/index.html b/layouts/_default/index.html index 237bcac..229bd9a 100644 --- a/layouts/_default/index.html +++ b/layouts/_default/index.html @@ -10,13 +10,14 @@ {{ end }} {{ $paginator := .Paginate (where $PageContext.RegularPages "Type" $contentTypeName) }} -
{{ .Title | markdownify}} | {{ .Params.Date.Format "2006-01-02" }} | {{ .Params.Author }} | {{ range .Params.tags }} #{{ . }} {{ end }} | +- {{ .ReadingTime }} min read ({{ .WordCount }} words) |