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

github.com/queensferryme/hugo-theme-texify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQueensferry <queensferry.me@gmail.com>2022-04-03 07:16:33 +0300
committerQueensferry <queensferry.me@gmail.com>2022-04-03 07:16:33 +0300
commit587dff2f3082dea6e897da971c8df3c964aa3747 (patch)
treefee5409854fd0ee38c653416e0dea34a8b79678a
parent04242cd9c00dc07c4ce1d4632e27ed268d3ae212 (diff)
fix: tags taxonomy accidentally removed
-rw-r--r--config.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 5ae6a9d..6bcc144 100644
--- a/config.toml
+++ b/config.toml
@@ -44,8 +44,10 @@ name = "About"
url = "/about/"
weight = 3
+# https://gohugo.io/content-management/taxonomies#configure-taxonomies
[taxonomies]
-series = "series" # a group of related posts, see https://gohugo.io/templates/internal/#open-graph
+series = "series" # see https://gohugo.io/templates/internal/#open-graph
+tags = "tags"
########################