From f116b25dd492e12e75e6679acb0a722af048672d Mon Sep 17 00:00:00 2001 From: BernatBC Date: Thu, 15 Feb 2024 18:11:28 +0100 Subject: [PATCH] Add min hugo version --- theme.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index 267f0f5..0032852 100644 --- a/theme.toml +++ b/theme.toml @@ -39,4 +39,9 @@ features = [ [author] homepage = "https://hossainemruz.github.io" - name = "Emruz Hossain" \ No newline at end of file + name = "Emruz Hossain" + +[module] + [module.hugoVersion] + extended = true + min = "0.118.0" \ No newline at end of file