Apply suggestions from code review

Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Signed-off-by: S. Kozyr <s.trump@gmail.com>
This commit is contained in:
Sergiy Kozyr 2023-10-09 12:02:50 +03:00 committed by S. Kozyr
parent cc99342421
commit 4feb0cdcc2
Signed by: strump
GPG key ID: C622E5563CAC205D
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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