From 5c6b081ba2eeeb861190219c3f40112ee39c60eb Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Tue, 21 Sep 2021 12:11:06 -0400 Subject: [PATCH] refactor(config.toml): whitespace --- blog/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blog/config.toml b/blog/config.toml index 0131566..01ef4e7 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -16,11 +16,11 @@ footnoteReturnLinkContents = "^" weight = 10 [taxonomies] -category = "categories" -tag = "tags" + category = "categories" + tag = "tags" [permalinks] posts = '/:title/' [params] -description = "a blog for friends of mineral town" + description = "a blog for friends of mineral town"