summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-24 22:10:34 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-24 22:10:34 +0200
commitf7f96b316066dc15d46c1ac2881e56b8722db4cd (patch)
tree619a54401fdad0112f2a97badd55a28a4b740cd8
parenta22abe6d63d549b433760307d0c36715aeb5b579 (diff)
downloadgohugo-theme-ed-f7f96b316066dc15d46c1ac2881e56b8722db4cd.tar.gz
Add theme tags, bump min hugo version
-rw-r--r--theme.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme.toml b/theme.toml
index b9cb342..b00484b 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,9 +3,9 @@ license = "MIT"
licenselink = "https://github.com/sergeyklay/gohugo-theme-ed/blob/master/LICENSE"
description = "Ed theme for minimal editions"
homepage = "https://github.com/sergeyklay/gohugo-theme-ed"
-tags = ["hugo", "theme", "minimal", "ed"]
+tags = ["blog", "responsive", "light", "customizable", "minimal", "ed"]
features = ["posts"]
-min_version = "0.64.0"
+min_version = "0.84.0"
[author]
name = "Serghei Iakovlev"