Skip to content

Commit

Permalink
Merge pull request #1832 from bolt/bobdenotter-patch-1
Browse files Browse the repository at this point in the history
Update `_taxonomylinks.html.twig`: fix link
  • Loading branch information
bobdenotter authored Sep 6, 2020
2 parents 2127bda + 36fab16 commit a777c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/helpers/_taxonomylinks.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% endif %}
</em>
{% for taxonomy in taxonomies %}
<a href="{{ taxonomy.link }}" class="taxonomy-{{ type }}">{{ taxonomy.name }}</a>{% if not loop.last %}, {% endif %}
<a href="{{ taxonomy|link }}" class="taxonomy-{{ type }}">{{ taxonomy.name }}</a>{% if not loop.last %}, {% endif %}
{% else %}
{{ __('general.phrase.none') }}
{% endfor %}
Expand Down

0 comments on commit a777c37

Please sign in to comment.