Skip to content

Commit aae539d

Browse files
authored
Update docs/contenttypes/taxonomies.md
1 parent 486e53b commit aae539d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/contenttypes/taxonomies.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,8 @@ If you have a taxonomy with the multiple: true setting you can do something like
265265
{% endfor %}
266266
{% endif %}
267267
```
268-
In your taxonomy.yaml file where you have defined your different taxonomies, you can decide which file should be used to display your records for a specific taxonomy (categories for example) if you do not want to stick to the default which is the `listing_template: listing.twig` in `config/bolt/config.yaml`. You can define this under your taxonomy let's say categories here
268+
In your `taxonomy.yaml` file, where you have defined your different taxonomies, you can decide which file should be used to display your records for a specific taxonomy (categories for example) if you do not want to stick to the default (which is `listing_template: listing.twig` in `config/bolt/config.yaml`). You can define this under your taxonomy like this:
269+
269270
```
270271
categories:
271272
name: Categories

0 commit comments

Comments
 (0)