summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-12-26 13:44:19 +0100
committerDimitri Sokolyuk <demon@dim13.org>2017-12-26 13:44:19 +0100
commit10bb8aaeb97dcd9974fe914274d385084a161783 (patch)
tree5497a0a661d2447c5caf08f0f576e94ce69339d7
parent0b51f2eeaba1ace4ba2d4aa8106bdce478e5d9a5 (diff)
Add noopener
-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}}