summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <ds@doozer.de>2016-11-17 19:05:38 +0100
committerDimitri Sokolyuk <ds@doozer.de>2016-11-17 19:05:38 +0100
commit2a43003d47653210b871fb60a6e21b97fce18484 (patch)
tree34c33c73e06f300f6c472318cdf801a7a5fe3de4
parent8ed2faab84fb414cd7f1b353c0b12141cd791866 (diff)
ws
-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}}