aboutsummaryrefslogtreecommitdiff
path: root/layouts/go/partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/go/partials')
-rw-r--r--layouts/go/partials/list.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/layouts/go/partials/list.html b/layouts/go/partials/list.html
new file mode 100644
index 0000000..bfdf13b
--- /dev/null
+++ b/layouts/go/partials/list.html
@@ -0,0 +1,24 @@
+<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