From 2f729cb8c3c87c3a210b97650781bcd5a613332d Mon Sep 17 00:00:00 2001 From: richmans Date: Sun, 3 Apr 2022 17:45:17 +0200 Subject: [PATCH] add reading time --- layouts/_default/li.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 layouts/_default/li.html diff --git a/layouts/_default/li.html b/layouts/_default/li.html new file mode 100644 index 0000000..f8323e1 --- /dev/null +++ b/layouts/_default/li.html @@ -0,0 +1,7 @@ +
  • + + {{ .Title }} + + {{ math.Round (div (countwords .Content) 220.0) }} minutes + - +