From 1749a199c829c53a275d07641c3ceb8ae6b612f8 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Sat, 13 Oct 2018 13:00:56 +0200 Subject: [PATCH] Added reading time and word count in article --- layouts/_default/single.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 89b61b2..eae8b2f 100755 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -21,6 +21,8 @@ + - {{ .ReadingTime}} minutes read + - {{ .WordCount}} words