style(页脚): 改回显示git提交时间,而不是页面刷新时间
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{% load git_info %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
@@ -541,7 +542,7 @@
|
||||
</p>
|
||||
<p class="mb-0 mt-2 small text-white-50">
|
||||
<i class="bi bi-clock-history me-1"></i>
|
||||
更新时间:{% now "Y-m-d H:i:s" %}
|
||||
更新时间:{% git_last_commit_time %}
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user