fix: 代码格式优化和临时文件清理

- 优化多个模板文件的代码格式

- 清理 tmp 目录中的临时备份文件

- 统一代码风格,符合项目规范
This commit is contained in:
User
2026-03-13 18:53:06 +08:00
parent 6ba6397ead
commit 7dbf574338
10 changed files with 715 additions and 37 deletions

View File

@@ -6,7 +6,7 @@
<div class="shuoshuo-content">
<?php the_content(); ?>
</div>
</article>
</div>
<div class="shuoshuo-preview-meta">
<span>
<i class="fa fa-calendar-o" aria-hidden="true"></i>
@@ -46,4 +46,5 @@
<a class="shuoshuo-preview-link btn btn-outline-primary btn-icon-only rounded-circle" type="button" href="<?php the_permalink(); ?>">
<span class="btn-inner--icon"><i class="fa fa-arrow-right"></i></span>
</a>
<?php echo get_article_skeleton('1'); ?>
</div>