mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-04 03:35:25 -05:00
15 lines
244 B
HTML
15 lines
244 B
HTML
---
|
|
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 -%}
|