Skip to content

Commit

Permalink
Revert "remove carousel _blank link (#36)" (#49)
Browse files Browse the repository at this point in the history
This reverts commit e4a67dd.
  • Loading branch information
maehr authored Feb 28, 2024
1 parent b681cf6 commit 8cfb3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/index/carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<img class="d-block h-100 mx-auto lazyload" alt="${carouselItems[i][4]}" data-src="${itemImg}">
<div class="carousel-caption">
<h3 class="carousel-item-title text-white py-2 h6">${carouselItems[i][0]}</h3>
<a href="${itemLink}" class="btn btn-sm btn-{{ btn-color }}">{{ btn-text }}</a>
<a target="_blank" href="${itemLink}" class="btn btn-sm btn-{{ btn-color }}">{{ btn-text }}</a>
</div></div>`;
slides += slide;
indicators += indicator;
Expand Down

0 comments on commit 8cfb3d5

Please sign in to comment.