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 %}