2.18 components.taxonomy Taxonomy
Displays of collected taxonomy content
Example
Taxonomy term definition.
Title of Content Item
Short, succint description to pique reader interest and give a clear synopsis of the long-form content.
Title of Content Item
Short, succint description to pique reader interest and give a clear synopsis of the long-form content.
Title of Content Item
Short, succint description to pique reader interest and give a clear synopsis of the long-form content.
Markup: components/taxonomy/taxonomy.twig
<div class="view-taxonomy-term">
<div class="view-header">
<p>{{ term_definition }}</p>
</div>
<div class="view-content">
<div class="views-row">
<header>
<h2><a href="#">{{ item_title }}</a></h2>
</header>
<div class="content">
{{ item_description }}
</div>
</div>
<div class="views-row">
<header>
<h2><a href="#">{{ item_title }}</a></h2>
</header>
<div class="content">
{{ item_description }}
</div>
</div>
<div class="views-row">
<header>
<h2><a href="#">{{ item_title }}</a></h2>
</header>
<div class="content">
{{ item_description }}
</div>
</div>
</div>
</div>
Source:
sass/components/taxonomy/_taxonomy.scss
, line 1