File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
src/themes/OLH/templates/journal/homepage_elements Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 66
77< div class ="olh-banner ">
88 < a href ="{% if article.is_remote %}{{ article.remote_url }}{% else %}{{ article.url }}{% endif %} "
9- class ="box-link "> </ a >
9+ class ="box-link "
10+ aria-labelledby ="banner-title-{{ article.id }} "
11+ aria-describedby ="banner-detail-{{ article.id }} "
12+ >
13+ </ a >
1014 {% if not disable_image %}
1115 < img src ="{{ article.best_large_image_url }} "
1216 alt ="{{ article.title|striptags }} "
1317 class ="olh-banner-image ">
1418 < div class ="overlay "> </ div >
1519 {% endif %}
1620 < div {% if not disable_image %}class ="olh-banner-heading "{% endif %} >
17- < p class ="byline "> {{ article.author_list }}</ p >
18- < h3 > {{ article.title|safe|truncatechars:200 }}</ h3 >
21+ < p id =" banner-detail-{{article.id}} " class ="byline "> {{ article.author_list }}</ p >
22+ < h3 id =" banner-title-{{ article.id }} " > {{ article.title|safe|truncatechars:200 }}</ h3 >
1923 </ div >
2024</ div >
You can’t perform that action at this time.
0 commit comments