aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-11 02:07:26 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-11 02:07:26 +0300
commit1fabbf4ae69b1f1b8746d0e2c585a4e0015f9912 (patch)
tree35a5e1b256c2d015f0b806f8fe001a3baa10ca15 /layouts
parentb492c9c3244155fd33f95dc064a171f8ef540d4d (diff)
Auto-commit 2024-12-11
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 }}