aboutsummaryrefslogtreecommitdiff
path: root/layouts/go/partials/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/go/partials/list.html')
-rw-r--r--layouts/go/partials/list.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/layouts/go/partials/list.html b/layouts/go/partials/list.html
deleted file mode 100644
index bfdf13b..0000000
--- a/layouts/go/partials/list.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<article>
- <header>
- <div class="row between-xs">
- <a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
- <a href="https://godoc.neonxp.ru/neonxp.ru/go/{{ .Params.Name }}">
- <img src="https://godoc.neonxp.ru/neonxp.ru/go/{{ .Params.Name }}?status.svg" />
- </a>
- </div>
- </header>
- {{ if .Params.Image }}
- <img src="{{ .RelPermalink }}{{.Params.Image}}" />
- {{ end }}
- {{ if .Description }}
- {{ .Description }}
- {{ else }}
- {{ .Summary }}
- {{ if .Truncated }}
- <a href="{{ .RelPermalink }}">Далее...</a>
- {{ end }}
- {{ end }}
- <footer>
- {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
- </footer>
-</article> \ No newline at end of file