Skip to content

Commit b8825a1

Browse files
Closes #111
1 parent a91156f commit b8825a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/speaking-engagements/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h3 class="listing__item__title event__title">{{ event.title | safe }}</h3>
5858
</p>
5959

6060
{% 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>
61+
<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>
6262

6363
{% if event.url %}
6464
</a>

0 commit comments

Comments
 (0)