style(页脚): 简化更新时间显示,改为当前日期时分秒
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
{% load git_info %}
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="zh-CN">
|
<html lang="zh-CN">
|
||||||
<head>
|
<head>
|
||||||
@@ -538,7 +537,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>
|
||||||
代码最后更新:{% git_last_commit_time %}
|
更新时间:{% now "Y-m-d H:i:s" %}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user