aboutsummaryrefslogtreecommitdiff
path: root/themes/docsy/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/docsy/layouts/partials/footer.html')
-rw-r--r--themes/docsy/layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/docsy/layouts/partials/footer.html b/themes/docsy/layouts/partials/footer.html
index dfb1f64..82657a4 100644
--- a/themes/docsy/layouts/partials/footer.html
+++ b/themes/docsy/layouts/partials/footer.html
@@ -30,7 +30,7 @@
<ul class="list-inline mb-0">
{{ range . }}
<li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="{{ .name }}" aria-label="{{ .name }}">
- <a class="text-white" target="_blank" href="{{ .url }}">
+ <a class="text-white" target="_blank" href="{{ .url }}" rel="me noopener noreferrer">
<i class="{{ .icon }}"></i>
</a>
</li>