aboutsummaryrefslogtreecommitdiff
path: root/layouts/go/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/go/single.html')
-rw-r--r--layouts/go/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/go/single.html b/layouts/go/single.html
index 99c6d28..4252924 100644
--- a/layouts/go/single.html
+++ b/layouts/go/single.html
@@ -24,7 +24,7 @@
<code>go get -u neonxp.ru/go/{{ .Params.Name }}@latest</code>
<hr>
<div>
- <a class="btn btn-primary" href="https://pkg.go.dev/neonxp.ru/go/{{ .Params.Name }}">{{ partial "icon.html" "golang" }} Документация</a>
+ <a class="btn btn-primary" target="_blank" href="https://pkg.go.dev/neonxp.ru/go/{{ .Params.Name }}">{{ partial "icon.html" "golang" }} Документация</a>
</div>
</div>
<div class="e-content">{{ .Content }}</div>