From 9d3f89cc3efc6a8f1ba30a9d19e6e589eacf1c03 Mon Sep 17 00:00:00 2001 From: Daisuke Yamamura Date: Sat, 30 Aug 2025 18:38:00 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E3=83=88=E3=83=83=E3=83=97=E3=83=9A?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=81=AB=E3=83=8B=E3=83=A5=E3=83=BC=E3=82=B9?= =?UTF-8?q?=E4=B8=80=E8=A6=A7=E3=82=92=E8=A1=A8=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/top/sections/news.html | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/_includes/top/sections/news.html b/_includes/top/sections/news.html index 5f2d0d09..dd613c66 100644 --- a/_includes/top/sections/news.html +++ b/_includes/top/sections/news.html @@ -4,13 +4,26 @@

-
From 6d0e8882b0476cbd84d26e5ea59805f6dc4dd892 Mon Sep 17 00:00:00 2001 From: Daisuke Yamamura Date: Sat, 30 Aug 2025 18:55:36 +0900 Subject: [PATCH 2/2] =?UTF-8?q?a=20=E8=A6=81=E7=B4=A0=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0=E3=81=97=E3=81=A6=E3=83=AA=E3=83=B3=E3=82=AF=E3=81=A8?= =?UTF-8?q?=E3=81=97=E3=81=A6=E6=A9=9F=E8=83=BD=E3=81=99=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/top/sections/news.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/_includes/top/sections/news.html b/_includes/top/sections/news.html index dd613c66..4b49a8d0 100644 --- a/_includes/top/sections/news.html +++ b/_includes/top/sections/news.html @@ -11,14 +11,16 @@

{% assign news = site.posts | where: "categories", "news" | slice: 0, 5 %} {% for post in news %} -
  • - - {{ post.tags }} - {% if post.title-in-news-list %} - {{ post.title-in-news-list }} - {% else %} - {{ post.title }} - {% endif %} +
  • + + + {{ post.tags }} + {% if post.title-in-news-list %} + {{ post.title-in-news-list }} + {% else %} + {{ post.title }} + {% endif %} +
  • {% endfor %}