Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/StaticMania/portio-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordnth <dickson.neoh@gmail.com>2022-02-17 05:28:28 +0300
committerdnth <dickson.neoh@gmail.com>2022-02-17 05:28:28 +0300
commit745507f0248458edb60764aab47abfd313852d16 (patch)
tree4cd4ca17bf7927e048a00814550879b795473ff0
parent603e997b193a184a1ac4ecb0f53ccc4d47c389d4 (diff)
remove reading time
-rw-r--r--layouts/blog/single.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index c70315b..8f4111b 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -50,7 +50,6 @@
<div class="row mt-5">
<div class="col-lg-12">
<div class="singleBlog__content">
- Reading time: {{ math.Round (div (countwords .Content) 220.0) }} minutes.
{{ .Content }}
</div>
</div>