aboutsummaryrefslogtreecommitdiff
path: root/layouts/go
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-11 02:04:00 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-11 02:04:00 +0300
commitb492c9c3244155fd33f95dc064a171f8ef540d4d (patch)
treec41202988476e761dfb17df9381090a09773d59f /layouts/go
parentb0d2812e4742ddab2c618f407549e3cf8ede5a80 (diff)
Auto-commit 2024-12-11
Diffstat (limited to 'layouts/go')
-rw-r--r--layouts/go/list.html2
-rw-r--r--layouts/go/single.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/go/list.html b/layouts/go/list.html
index e5fe842..f8683de 100644
--- a/layouts/go/list.html
+++ b/layouts/go/list.html
@@ -24,7 +24,7 @@
<header>
<div class="row between-xs">
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
- <a href="https://godoc.neonxp.ru/neonxp.ru/go/{{ .Params.Name }}">
+ <a href="https://pkg.go.dev/neonxp.ru/go/{{ .Params.Name }}">
<img src="/img/gomod.svg" />
</a>
</div>
diff --git a/layouts/go/single.html b/layouts/go/single.html
index 8f8fc8c..ddf8193 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="/img/gomod.svg" /></a>
+ <a href="https://pkg.go.dev/neonxp.ru/go/{{ .Params.Name }}"><img src="/img/gomod.svg" /></a>
</div>
</header>
{{ if .Params.Image }}