From e568f92c3c30f5708681e3df116afd5e74e170b5 Mon Sep 17 00:00:00 2001 From: xiaji Date: Mon, 9 Mar 2026 14:23:42 +0800 Subject: [PATCH] =?UTF-8?q?style(=E9=A1=B5=E8=84=9A):=20=E6=94=B9=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=E7=A4=BAgit=E6=8F=90=E4=BA=A4=E6=97=B6=E9=97=B4?= =?UTF-8?q?=EF=BC=8C=E8=80=8C=E4=B8=8D=E6=98=AF=E9=A1=B5=E9=9D=A2=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/templates/core/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/templates/core/base.html b/core/templates/core/base.html index 57ad7ba..a5679d7 100644 --- a/core/templates/core/base.html +++ b/core/templates/core/base.html @@ -1,3 +1,4 @@ +{% load git_info %} @@ -541,7 +542,7 @@

- 更新时间:{% now "Y-m-d H:i:s" %} + 更新时间:{% git_last_commit_time %}