File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ permalink: /news
8
8
</h2 >
9
9
10
10
<div class =" max-w-248 mx-auto px-8 flex flex-wrap *:w-full gap-y-8 justify-between " >
11
- {% for post in site.posts | where:"categories","news" %}
11
+ {% assign news = site.posts | where: "categories", "news" %}
12
+ {% for post in news %}
12
13
<a href =" {{ post.url }} " >
13
14
<time class =" text-sm text-gray-600 " >{{ post.date | date:"%Y.%-m.%-d" }}</time >
14
15
<p ><strong >{{ post.title }}</strong ></p >
Original file line number Diff line number Diff line change 2
2
layout : post
3
3
title : ぼくのかんがえたさいきょうのCoderDojoワークショップ
4
4
date : 2025-08-28T00:00:00 UTC+09:00
5
- categories : news
5
+ categories : event
6
6
thumbnail : /img/events/saikyo-coderdojo.png
7
7
permalink : /events/saikyo-coderdojo/
8
8
---
You can’t perform that action at this time.
0 commit comments