Skip to content

Commit c209a93

Browse files
Fix: Add names to external links in footer
Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>
1 parent 2b1dcc6 commit c209a93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</div>
77
<div class="external-links">
88
{% for item in navigation.footer_external %}
9-
<a href="{{ item.href }}" {% if item.newTab %}target="_blank"{% endif %} {% if item.relMe %}rel="me"{% endif %}>{{ load_data(path="/assets/" ~ item.image) | safe }}</a>
9+
<a href="{{ item.href }}" {% if item.newTab %}target="_blank"{% endif %} {% if item.relMe %}rel="me"{% endif %} aria-label="{{ item.alt }}">{{ load_data(path="/assets/" ~ item.image) | safe }}</a>
1010
{% endfor %}
1111
</div>
1212
<div class="subfooter-links">

0 commit comments

Comments
 (0)