From eac4f76cc32064f08333d159c277f1ac9216be60 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Thu, 16 Dec 2021 15:24:07 +0100 Subject: [PATCH] updated theme.toml --- theme.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index 5b85f0d..d127c23 100644 --- a/theme.toml +++ b/theme.toml @@ -8,10 +8,14 @@ description = "A prickly blog theme for Hugo" homepage = "https://gitlab.com/gabmus/hugo-ficurinia" tags = ["blog", "dark", "customizable", "simple"] features = ["posts", "shortcodes", "comments", "analytics"] -min_version = "0.80.0" logo = "/img/logo.png" [author] name = "Gabriele Musco" homepage = "https://gabmus.org" + +[module] + [module.hugoVersion] + extended = true + min = "0.80.0"