aboutsummaryrefslogtreecommitdiff
path: root/layouts/go/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/go/list.html')
-rw-r--r--layouts/go/list.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/layouts/go/list.html b/layouts/go/list.html
index b040d05..e5fe842 100644
--- a/layouts/go/list.html
+++ b/layouts/go/list.html
@@ -24,7 +24,9 @@
<header>
<div class="row between-xs">
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
-
+ <a href="https://godoc.neonxp.ru/neonxp.ru/go/{{ .Params.Name }}">
+ <img src="/img/gomod.svg" />
+ </a>
</div>
</header>
{{ if .Params.Image }}
@@ -39,9 +41,6 @@
{{ end }}
{{ end }}
<footer>
- <a href="https://godoc.neonxp.ru/neonxp.ru/go/{{ .Params.Name }}">
- <img src="https://godoc.neonxp.ru/neonxp.ru/go/{{ .Params.Name }}?status.svg" />
- </a>
<pre>go get neonxp.ru/go/{{ .Params.Name }}</pre>
</footer>
</article>