From 125cc0dd2064e81168da6886e8740c41d546b20d Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Sun, 3 Jan 2021 14:23:38 +0100 Subject: [PATCH] changed theme features and min hugo version --- theme.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.toml b/theme.toml index 14ea986..dec8fe5 100644 --- a/theme.toml +++ b/theme.toml @@ -7,8 +7,8 @@ licenselink = "https://gitlab.com/gabmus/hugo-ficurinia/-/blob/master/LICENSE" description = "" homepage = "https://gitlab.com/gabmus/hugo-ficurinia" tags = ["blog", "dark", "customizable", "simple"] -features = ["posts", "shortcodes", "related content", "comments"] -min_version = "0.41.0" +features = ["posts", "shortcodes", "comments", "analytics"] +min_version = "0.80.0" logo = "/img/logo.png"