/
githubmirror
/
LeetCode-Go
Обзор
Документация
Войти
/
githubmirror
/
LeetCode-Go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
website/themes/book/layouts/posts/list.html
22 строки
500 B
YDZ
Notable changes:
04 май 2021, 04:29
04 май 2021, 04:29
3d5df51
Код
Авторство
О чём код?
{{ define "main" }} {{ range sort .Paginator.Pages }} <article class="markdown book-post"> <h2> <a href="{{ .RelPermalink }}">{{ partial "docs/title.html" . }}</a> </h2> {{ partial "docs/post-meta" . }} <p> {{- .Summary -}} {{ if .Truncated }} <a href="{{ .RelPermalink }}">...</a> {{ end }} </p> </article> {{ end }} {{ template "_internal/pagination.html" . }} {{ end }} {{ define "toc" }} {{ partial "docs/taxonomy" . }} {{ end }}