Skip to content

Commit 4aa37b9

Browse files
committed
Fix extra slash in route popover image URL
1 parent 89720e2 commit 4aa37b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/routes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h1 class="visually-hidden">{{ page.title }}</h1>
143143
<div id="${popoverId}"
144144
class="route-map-popover"
145145
popover>
146-
<img src="{{ '/img/routes/' | absolute_url }}/${route.id}.jpg"
146+
<img src="{{ '/img/routes/' | absolute_url }}${route.id}.jpg"
147147
alt="${route.name} map"
148148
class="route-image"
149149
loading="lazy" />

0 commit comments

Comments
 (0)