From 7d792c80db6198e33ecb9d297c1d25379461de1c Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 4 May 2022 12:41:59 +0800 Subject: [PATCH] Fix `theme.toml` --- theme.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.toml b/theme.toml index 3276b11..14e23fd 100644 --- a/theme.toml +++ b/theme.toml @@ -5,9 +5,9 @@ description = "A Hugo theme extending the Contentful theme to be more modern." homepage = "https://github.com/foo-dogsquared/hugo-theme-more-contentful" tags = [ "blog", "personal", "customizable", "minimalist", "responsive" ] features = [ "Easy addition of custom color schemes", "Multiple theme selection" ] -min_version = "0.74" +min_version = "0.95" [author] name = "Gabriel Arazas" - homepage = "https://foo-dogsquared.github.io/hugo-theme-more-contentful" + homepage = "https://foo-dogsquared.github.io"