Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-07-16 16:58:58 +0300
committerMark Otto <markd.otto@gmail.com>2017-07-31 02:27:33 +0300
commit3fb818a957d8d8135f033b648c41d0f869719050 (patch)
tree5fbf7b11543469009efc04856406385e35a478bc /index.html
parent5f0861f4b85d01581ea727fcdae6f8ed3cfca62f (diff)
Specify `rel="noopener` for external links.
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 723a95346f..f28f4ce162 100644
--- a/index.html
+++ b/index.html
@@ -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>