From 80da6b6919fc90332267e6b38b7941e63d15d2bd Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Fri, 20 Mar 2020 15:46:24 +0000
Subject: [PATCH] add feature tag

---
 theme.toml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/theme.toml b/theme.toml
index 330fec4..c4ed996 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,8 +3,8 @@
 licenselink = "https://github.com/onweru/compose/blob/master/LICENSE"
 description = "A hugo theme for documentation sites. It's inspired by forestry.io's docs page"
 homepage = "https://compose-docs.netlify.com"
-tags = ["simple", "docs"]
-features = ["docs", "search"]
+tags = ["simple", "docs", "dark", "customizable"]
+features = ["docs", "search", "dark", "customizable"]
 min_version = "0.53.0"
 
 [author]

--
Gitblit v1.10.0