From ca8681c49c12bebb0d7e0e13bf51650eddb4e0c5 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 13 Dec 2022 15:04:00 -0800 Subject: [PATCH] Format tags as vertical list --- theme.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index f136e512..e93396e5 100644 --- a/theme.toml +++ b/theme.toml @@ -25,7 +25,15 @@ homepage = "https://github.com/willfaught/paige" license = "Apache-2.0" licenselink = "https://www.apache.org/licenses/LICENSE-2.0" name = "Paige" -tags = ["blog", "bootstrap", "landing", "light", "minimal", "personal", "responsive"] +tags = [ + "blog", + "bootstrap", + "landing", + "light", + "minimal", + "personal", + "responsive" +] [author] homepage = "https://willfaught.com"