diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 02:07:26 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 02:07:26 +0300 |
commit | 1fabbf4ae69b1f1b8746d0e2c585a4e0015f9912 (patch) | |
tree | 35a5e1b256c2d015f0b806f8fe001a3baa10ca15 /layouts/go | |
parent | b492c9c3244155fd33f95dc064a171f8ef540d4d (diff) |
Auto-commit 2024-12-11
Diffstat (limited to 'layouts/go')
-rw-r--r-- | layouts/go/list.html | 3 | ||||
-rw-r--r-- | layouts/go/single.html | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/layouts/go/list.html b/layouts/go/list.html index f8683de..bdb1549 100644 --- a/layouts/go/list.html +++ b/layouts/go/list.html @@ -24,9 +24,6 @@ <header> <div class="row between-xs"> <a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a> - <a href="https://pkg.go.dev/neonxp.ru/go/{{ .Params.Name }}"> - <img src="/img/gomod.svg" /> - </a> </div> </header> {{ if .Params.Image }} diff --git a/layouts/go/single.html b/layouts/go/single.html index ddf8193..cc95c8e 100644 --- a/layouts/go/single.html +++ b/layouts/go/single.html @@ -17,7 +17,6 @@ <header> <div class="row between-xs"> <span class="p-name"> {{ .Title }} </span> - <a href="https://pkg.go.dev/neonxp.ru/go/{{ .Params.Name }}"><img src="/img/gomod.svg" /></a> </div> </header> {{ if .Params.Image }} |