/
githubmirror
/
jekyll
Обзор
Документация
Войти
/
githubmirror
/
jekyll
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/pages/news.html
14 строк
244 B
Ashwin Maroli
Docs: Render full contents of just the latest post (#8032)
27 фев 2020, 16:14
Не верифицирован
27 фев 2020, 16:14
7ba99f0
Код
Авторство
О чём код?
--- layout: news title: News permalink: /news/ author: all --- {% for post in site.posts -%} {% if forloop.index == 1 -%} {% include news_item.html -%} {% else -%} {% include news_item_archive.html -%} {% endif -%} {% endfor -%}