summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-02 00:23:52 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-02 00:23:52 +0200
commitf89c2dbbb5d828494c8f11a846b88503dad9bbd5 (patch)
tree7911fbb0fe38654ccb5716464b607d842335862c
parented7bea6694f23c740b63a9fc779f8c92b8a9720d (diff)
downloadgohugo-theme-ed-f89c2dbbb5d828494c8f11a846b88503dad9bbd5.tar.gz
Amend features
-rw-r--r--theme.toml21
1 files changed, 10 insertions, 11 deletions
diff --git a/theme.toml b/theme.toml
index 706a5ff..9f3ee08 100644
--- a/theme.toml
+++ b/theme.toml
@@ -23,20 +23,19 @@ tags = [
# The theme's features:
features = [
- # "blog",
- # The theme should work smoothly on desktop as well as mobile browsers.
+ "blog",
"responsive",
- "posts"
- # "opengraph",
- # "favicon",
+ "posts",
+ "opengraph",
+ "favicon",
# "archive",
# "search",
- # "clean",
- # "simple",
- # "feed",
- # "minimal",
- # "minimalist",
- # "mobile"
+ "clean",
+ "simple",
+ "feed",
+ "minimal",
+ "minimalist",
+ "mobile"
]
min_version = "0.84.0"