forked from organicmaps/website
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:
parent
cc99342421
commit
4feb0cdcc2
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue