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
2018-09-19 10:31:32 +03:00
parent c95fa8114d
commit 26897b919b
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
<div class="row bs-docs-featured-sites">
{% for showcase in site.data.showcase %}
<div class="col-xs-8 col-xs-offset-2 col-sm-4 col-sm-offset-0">
<a href="{{ showcase.expo_url }}" target="_blank" title="{{ showcase.name }}">
<a href="{{ showcase.expo_url }}" rel="noopener" target="_blank" title="{{ showcase.name }}">
<img src="{{ site.baseurl }}/assets/img/expo-{{ showcase.img }}.jpg" alt="{{ showcase.name }}" class="img-responsive" width="800" height="600">
</a>
</div>