From 3c62598aadcce0c520574c7fc31135ad5aa0a3d0 Mon Sep 17 00:00:00 2001 From: Akira Takahashi Date: Mon, 6 Jul 2026 17:37:58 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E7=B5=82=E6=9B=B4=E6=96=B0=E6=97=A5?= =?UTF-8?q?=E6=99=82=E3=82=92=E6=AD=A3=E8=A6=8F=E5=8C=96=20#53?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boostjp/templates/content.html | 28 ++++++++++++++++++++++++++-- cpprefjp/templates/content.html | 28 ++++++++++++++++++++++++++-- 2 files changed, 52 insertions(+), 4 deletions(-) diff --git a/boostjp/templates/content.html b/boostjp/templates/content.html index c3c41ef..1227a0b 100644 --- a/boostjp/templates/content.html +++ b/boostjp/templates/content.html @@ -92,15 +92,39 @@ {% if latest_commit_info %}

最終更新日時: - +
が更新

+ {% endif %} {% endblock %} diff --git a/cpprefjp/templates/content.html b/cpprefjp/templates/content.html index 7c6949c..19bf98a 100644 --- a/cpprefjp/templates/content.html +++ b/cpprefjp/templates/content.html @@ -102,15 +102,39 @@ {% if latest_commit_info %}

最終更新日時: - +
が更新

+ {% endif %} {% endblock %}