summaryrefslogtreecommitdiff
path: root/template/doc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/doc.tmpl')
-rw-r--r--template/doc.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/doc.tmpl b/template/doc.tmpl
index 356410a..b50790d 100644
--- a/template/doc.tmpl
+++ b/template/doc.tmpl
@@ -71,7 +71,7 @@
{{end}}
{{define "link"}}
- <p class="link"><a href="{{.URL}}" target="_blank">{{style .Label}}</a></p>
+ <p class="link"><a href="{{.URL}}" target="_blank" rel="noopener">{{style .Label}}</a></p>
{{end}}
{{define "html"}}{{.HTML}}{{end}}