aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2023-08-02 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2023-08-02 00:00:00 +0000
commit55d101cce44d46a373f6e1c8318b08df3920c9fb2b13de2e2982e171796d0856 (patch)
treeb61740689cf9097bdec3d110027e60c7eb5ee3e2766f5b3f93eae5a205facb5b /theme.toml
parentf25b51982ce3817da2587db86bf5ed2b802f4d5ad900e852f26ea7530e618e04 (diff)
Correct minimum Hugo version
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index 59b10a7..cf88618 100644
--- a/theme.toml
+++ b/theme.toml
@@ -4,7 +4,7 @@ licenselink = "https://www.gnu.org/licenses/gpl-3.0.en.html"
description = "Minimalist journaling theme."
tags = ["journal"]
features = ["nojs", "minimal", "lightweight", "contrast"]
-min_version = "0.41.0"
+min_version = "0.110.0"
[author]
name = "Nicholas Johnson"