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.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/go/single.html b/layouts/go/single.html
index 6b287cb..98f41b0 100644
--- a/layouts/go/single.html
+++ b/layouts/go/single.html
@@ -23,6 +23,10 @@
{{ if .Params.Image }}
<img src="{{.Params.Image}}" />
{{ end }}
+ <div>
+ Установка:
+ <pre>go get neonxp.ru/go/{{ .Params.Name }}</pre>
+ </div>
<div class="p-summary">{{ .Summary }}</div>
<div class="e-content">{{ .Content }}</div>
<footer>