mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
Docs: Render full contents of just the latest post (#8032)
Merge pull request 8032
This commit is contained in:
@@ -6,5 +6,9 @@ author: all
|
||||
---
|
||||
|
||||
{% for post in site.categories.release -%}
|
||||
{% include news_item.html -%}
|
||||
{% if forloop.index == 1 -%}
|
||||
{% include news_item.html -%}
|
||||
{% else -%}
|
||||
{% include news_item_archive.html -%}
|
||||
{% endif -%}
|
||||
{% endfor -%}
|
||||
|
||||
Reference in New Issue
Block a user