Commit b0e9110 1 parent 7a77b9f commit b0e9110 Copy full SHA for b0e9110
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!-- Exhibition artists slider -->
2
- < div class ="row ">
2
+ < div class ="row " id =" exhibition-artists-slider " >
3
3
< div class ="col-lg-12 slider-container ">
4
4
< div class ="slider-content ">
5
5
{% for speaker in site.data.exhibition-artists %}
@@ -31,7 +31,7 @@ <h3>{{ speaker.title }}</h3>
31
31
32
32
< div class ="slider-tabs ">
33
33
{% for speaker in site.data.exhibition-artists %}
34
- < a class ="slider-item page-scroll person item-col-4 " data-index ="{{ forloop.index0 }} " href ="#invited-speakers ">
34
+ < a class ="slider-item page-scroll person item-col-4 " data-index ="{{ forloop.index0 }} " href ="#exhibition-artists-slider ">
35
35
< div class ="person-photo-wrapper speaker-photo " style ="width: 75px; ">
36
36
< div >
37
37
< img src ="{{ speaker.image | relative_url }} " alt ="{{ speaker.name }} photo ">
You can’t perform that action at this time.
0 commit comments