diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:58:43 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:58:43 +0300 |
commit | 57bc97fd817f819d40ccbfc5060a49a58b7e579d (patch) | |
tree | 8f9b0ff0ac0af3288107880a74c0e5e1697ca9b6 /layouts/go/partials/list.html | |
parent | b2ae4dbfef80c1b7924a4cb101430d18acbc8686 (diff) |
Auto-commit 2024-12-11
Diffstat (limited to 'layouts/go/partials/list.html')
-rw-r--r-- | layouts/go/partials/list.html | 24 |
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 |