style(页脚): 改回显示git提交时间,而不是页面刷新时间

This commit is contained in:
2026-03-09 14:23:42 +08:00
parent 5a127e7fd7
commit e568f92c3c

View File

@@ -1,3 +1,4 @@
{% load git_info %}
<!DOCTYPE html> <!DOCTYPE html>
<html lang="zh-CN"> <html lang="zh-CN">
<head> <head>
@@ -541,7 +542,7 @@
</p> </p>
<p class="mb-0 mt-2 small text-white-50"> <p class="mb-0 mt-2 small text-white-50">
<i class="bi bi-clock-history me-1"></i> <i class="bi bi-clock-history me-1"></i>
更新时间:{% now "Y-m-d H:i:s" %} 更新时间:{% git_last_commit_time %}
</p> </p>
</div> </div>
</footer> </footer>