We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae507a commit 18e0eaeCopy full SHA for 18e0eae
_includes/components/tile.njk
@@ -9,10 +9,7 @@
9
{% else %}
10
{% set tileUrl = tile.externalUrl %}
11
{% endif %}
12
- {% set urlDescription %}
13
- {{ tile.title }}
14
- {% if tile.externalUrl %}- {{ "new_window" | i18n }}{% endif %}
15
- {% endset %}
+ {% set urlDescription %}{{ tile.title }}{% if tile.externalUrl %} - {{ "new_window" | i18n }}{% endif %}{% endset %}
16
<h4 class="fr-tile__title">
17
<a class="fr-tile__link"
18
href="{{ tileUrl }}"
0 commit comments