From 4feb0cdcc28b1852965e409c65c02948dcd650df Mon Sep 17 00:00:00 2001 From: Sergiy Kozyr Date: Mon, 9 Oct 2023 12:02:50 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com> Signed-off-by: S. Kozyr --- README.md | 2 +- config.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index efab8590..15e24360 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ then create a git commit and push it. ## Taxonomy and F.A.Q. architecture -Each MD page in `/faq/` has taxonomies defined in header. E.g.: +Each MD page in `/faq/` has one or more taxonomy defined in header. E.g.: ```yaml taxonomies: diff --git a/config.toml b/config.toml index fc8b52b3..10201b53 100644 --- a/config.toml +++ b/config.toml @@ -16,8 +16,8 @@ build_search_index = false ignored_content = [".DS_Store"] taxonomies = [ - {name = "faq", feed = false}, - ] + {name = "faq", feed = false}, +] [markdown] external_links_target_blank = true