diff --git a/themes/hugo-xmin/layouts/partials/page_meta.html b/themes/hugo-xmin/layouts/partials/page_meta.html index 54d318e..5b92303 100644 --- a/themes/hugo-xmin/layouts/partials/page_meta.html +++ b/themes/hugo-xmin/layouts/partials/page_meta.html @@ -22,6 +22,11 @@
{{ partial "related.html" . }}
++ {{ if (gt .ReadingTime 0) }}Reading Time: {{ .ReadingTime }} minutes{{ end }} + | + {{ if (gt .WordCount 0) }}Word Count: {{ .WordCount }} words{{ end }} +
{{ if .Params.toc }}