From 399066a628a52d6b12536762cd2712b32d5ec726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Koray=20Bi=C3=A7er?= Date: Mon, 12 Apr 2021 17:43:18 +0300 Subject: [PATCH] word count & min read added --- layouts/_default/single.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index ad05488..42e1058 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -10,7 +10,9 @@ {{ end }} {{ with .Params.Author }} :: {{ . }} - {{ end }} + {{ end }} :: + {{ .WordCount }} words :: + {{ .ReadingTime }} min read {{ if .Params.tags }}