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 a91156f commit b8825a1Copy full SHA for b8825a1
src/speaking-engagements/index.html
@@ -58,7 +58,7 @@ <h3 class="listing__item__title event__title">{{ event.title | safe }}</h3>
58
</p>
59
60
{% set city = cities | pluck("name", event.location) %}
61
- <p class="event__location-picture" style="background-image:url({{ cloudinary }}{{ city.photo }})" title="Photo by {{ city.credit_name }}, {{ city.credit_url }}"></p>
+ <p class="event__location-picture" aria-hidden="true" style="background-image:url({{ cloudinary }}{{ city.photo }})" title="Photo by {{ city.credit_name }}, {{ city.credit_url }}"></p>
62
63
{% if event.url %}
64
</a>
0 commit comments