fix: 修复 AI 查询页面 footer 对齐问题
- 移除多余的 </main> 和 </div> 闭合标签 - 与友链页面保持一致的 HTML 结构 - footer 由 footer.php 统一处理闭合标签
This commit is contained in:
@@ -291,9 +291,6 @@ html.darkmode .ai-verify-subtitle { color: #aaa; }
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
</main>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
get_footer();
|
get_footer();
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user