2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Specify rel="noopener for external links.

This commit is contained in:
XhmikosR
2017-07-16 16:58:58 +03:00
committed by Mark Otto
parent 5f0861f4b8
commit 3fb818a957
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ layout: home
<div class="row bd-featured-sites">
{% for showcase in site.data.showcase %}
<div class="col-6 col-sm-3">
<a href="{{ showcase.expo_url }}" target="_blank" title="{{ showcase.name }}">
<a href="{{ showcase.expo_url }}" target="_blank" rel="noopener" title="{{ showcase.name }}">
<img src="{{ site.baseurl }}/assets/img/expo-{{ showcase.img }}.jpg" alt="{{ showcase.name }}" class="img-fluid">
</a>
</div>