fix: 修复 AI 查询页面 footer 对齐问题

- 移除多余的 </main> 和 </div> 闭合标签

- 与友链页面保持一致的 HTML 结构

- footer 由 footer.php 统一处理闭合标签
This commit is contained in:
2026-01-20 22:59:47 +08:00
parent 6955b4faa3
commit 1427fada10

View File

@@ -291,9 +291,6 @@ html.darkmode .ai-verify-subtitle { color: #aaa; }
<?php endif; ?>
</article>
</main>
</div>
<?php
get_footer();
?>