From 16ca193771fffd8b1d24b1d9f2f7ce17c04670dc Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Mon, 25 Nov 2024 18:33:01 +0200 Subject: [PATCH] disable reading time estimate globally --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index dd689dc..68971cf 100644 --- a/hugo.toml +++ b/hugo.toml @@ -36,7 +36,7 @@ theme = 'terminal' # updatedDatePrefix = "Updated" # whether to show a page's estimated reading time - readingTime = true # default: false + # readingTime = true # default: false # whether to show a table of contents # can be overridden in a page's front-matter