mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-07 21:25:21 -05:00
11 lines
166 B
HTML
11 lines
166 B
HTML
---
|
|
layout: news
|
|
title: Releases
|
|
permalink: /news/releases/
|
|
author: all
|
|
---
|
|
|
|
{% for post in site.categories.release -%}
|
|
{% include news_item.html -%}
|
|
{% endfor -%}
|