Skip to content

Commit

Permalink
compile glossaryItem term
Browse files Browse the repository at this point in the history
...to support the use of Handlebars helper
  • Loading branch information
kirsty-hames authored Dec 16, 2024
1 parent f939ced commit 69dc1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/glossaryItem.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<button class="glossary__item-term drawer__item-btn js-glossary-item-term-click" aria-expanded="false" aria-label="{{#if termAriaLabel}}{{termAriaLabel}}{{else}}{{{term}}}{{/if}}">
<span class="glossary__item-term-title drawer__item-title">
<span class="glossary__item-term-title-inner drawer__item-title-inner">
{{{term}}}
{{{compile term}}}
</span>
</span>
</button>
Expand Down

0 comments on commit 69dc1b2

Please sign in to comment.