From e25936c0629001a6f6e8d48a5d27c459b6c2c488 Mon Sep 17 00:00:00 2001 From: ma91n Date: Tue, 1 Sep 2026 09:08:34 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AE=E3=83=A3=E3=83=A9=E3=83=AA=E3=83=BC?= =?UTF-8?q?=E3=81=AE=E8=A8=98=E4=BA=8B=E3=83=A1=E3=82=BF=E6=83=85=E5=A0=B1?= =?UTF-8?q?=E8=A6=8B=E6=9C=AC=E3=81=AB=E6=96=87=E5=AD=97=E6=95=B0=E3=83=BB?= =?UTF-8?q?=E9=96=B2=E8=A6=A7=E6=95=B0=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 見本が日付・著者の2項目のままで、説明文(日付・著者・文字数・閲覧数を 1行に並べる)とも記事ページの実物(article.ejs のメタ行)とも 食い違っていた。実体側を正として、実物と同じマークアップで 文字数と PV の項目を足す。 Fixes #3129 Co-Authored-By: Claude Fable 5 --- themes/future/layout/gallery.ejs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/future/layout/gallery.ejs b/themes/future/layout/gallery.ejs index e239e060ab4..90df5c61e22 100644 --- a/themes/future/layout/gallery.ejs +++ b/themes/future/layout/gallery.ejs @@ -174,6 +174,13 @@
<%- partial('_partial/post/tag', {post: samplePost}) %>