误打误撞成功了,赶紧提交

This commit is contained in:
2025-12-29 10:54:51 +08:00
parent 4266c8ac5c
commit 8373794f11
7 changed files with 19 additions and 11 deletions

View File

@@ -1,14 +1,14 @@
{# 引入base #}
{% extends 'blog/base.html' %}
{% extends 'blog/extension/base.html' %}
{# 引入标题 #}
{% block title %}首页{% endblock %}
{% include 'blog/head.html' %}
{% include 'blog/include/head.html' %}
{% include 'blog/wallpaper.html' %}
{% include 'blog/include/wallpaper.html' %}
{% block logs_and_page %}
{% block content %}
<h1>欢迎访问open-ww3-project</h1>
<!-- 屑站日志 -->
<h3 style="margin: 10px 0 30px 50px;">屑站日志:<br></h3>
@@ -52,11 +52,10 @@
{% endfor %}
</div>
<!-- css 部分 -->
<style>
#posts {
margin: -31% 0 0 60%;
margin: -400px 0 0 60%;
}
/* 日志 */
#logs
@@ -83,5 +82,7 @@
padding-bottom: 5px;
}
/* 日志 */
</style>
{% endblock %}