diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:58:43 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:58:43 +0300 |
commit | 57bc97fd817f819d40ccbfc5060a49a58b7e579d (patch) | |
tree | 8f9b0ff0ac0af3288107880a74c0e5e1697ca9b6 /layouts/go/single.html | |
parent | b2ae4dbfef80c1b7924a4cb101430d18acbc8686 (diff) |
Auto-commit 2024-12-11
Diffstat (limited to 'layouts/go/single.html')
-rw-r--r-- | layouts/go/single.html | 4 |
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> |