From a9168e6f04f766f7d88bc1b24aaa81336098b2fc Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 15 Dec 2024 03:56:47 +0300 Subject: Auto-commit 2024-12-15 --- layouts/go/list.html | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 layouts/go/list.html (limited to 'layouts/go/list.html') diff --git a/layouts/go/list.html b/layouts/go/list.html deleted file mode 100644 index c8562e7..0000000 --- a/layouts/go/list.html +++ /dev/null @@ -1,49 +0,0 @@ -{{ define "main" }} -
- -
- {{ if .Title }} - - {{ end }} - {{ $paginator := .Paginate .Pages 7 }} - {{ range $paginator.Pages }} -
-
- -
- {{ if .Params.Image }} - - {{ end }} - {{ if .Description }} - {{ .Description }} - {{ else }} - {{ .Summary }} - {{ if .Truncated }} - Далее... - {{ end }} - {{ end }} -
-
go get -u neonxp.ru/go/{{ .Params.Name }}@latest
-
-
- {{ end }} - -
-
- -{{ end }} -- cgit v1.2.3