fix: 代码格式优化和临时文件清理
- 优化多个模板文件的代码格式 - 清理 tmp 目录中的临时备份文件 - 统一代码风格,符合项目规范
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user