Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke KONISHI <skydai1151@gmail.com>2019-08-16 19:13:58 +0300
committerDaisuke KONISHI <skydai1151@gmail.com>2019-08-16 19:13:58 +0300
commitdd3c3bc0d6f993c916c733ce07571cf93ef0463e (patch)
tree9242ead0b1f0374a04e6ac698b21db2553b687fa
parent733d04a97b5a67a81e6dd6947684f17ec5903bcf (diff)
add mainsection to category and tag list
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c8c9476..e9a8de3 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -12,7 +12,7 @@ theme = "minimage"
description = "Your site description"
author = "Your Name"
logo = '/image/logo.png'
- mainSections = ["post"]
+ mainSections = ["post", "categories", "tags]
[taxonomies]
category = "categories"