diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 02:01:21 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 02:01:21 +0300 |
commit | b0d2812e4742ddab2c618f407549e3cf8ede5a80 (patch) | |
tree | 038f2552f42571d3149566b91f005c4deca216b3 /layouts | |
parent | 57bc97fd817f819d40ccbfc5060a49a58b7e579d (diff) |
Auto-commit 2024-12-11
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/go/list.html | 7 | ||||
-rw-r--r-- | layouts/go/single.html | 2 |
2 files changed, 4 insertions, 5 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> 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 }} |