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 0d7083f..26b9624 100644
--- a/template/doc.tmpl
+++ b/template/doc.tmpl
@@ -65,7 +65,7 @@
{{define "iframe"}}
<iframe src="{{.URL}}"{{with .Height}} height="{{.}}"{{end}}{{with .Width}} width="{{.}}"{{end}} frameborder="0" allowfullscreen mozallowfullscreen webkitallowfullscreen></iframe>
{{end}}
-
+
{{define "link"}}<p><a href="{{.URL}}" target="_blank">{{style .Label}}</a></p>{{end}}
{{define "html"}}{{.HTML}}{{end}}