diff options
Diffstat (limited to 'layouts/go/single.html')
-rw-r--r-- | layouts/go/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/go/single.html b/layouts/go/single.html index 98f41b0..8f8fc8c 100644 --- a/layouts/go/single.html +++ b/layouts/go/single.html @@ -17,7 +17,7 @@ <header> <div class="row between-xs"> <span class="p-name"> {{ .Title }} </span> - <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> + <a href="https://godoc.neonxp.ru/neonxp.ru/go/{{ .Params.Name }}"><img src="/img/gomod.svg" /></a> </div> </header> {{ if .Params.Image }} |