aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/go/list.html3
-rw-r--r--layouts/go/single.html1
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 }}