style: modified space ->  

This commit is contained in:
XPoet 2021-01-21 20:09:01 +08:00
parent 4081dab724
commit 7664328027
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<div class="fade-in-down-animation">
<div class="category-container">
<div class="category-name">
<i class="fas fa-folder"></i> <%= page.category %> (<%= page.posts.length %>)
<i class="fas fa-folder"></i>&nbsp;<%= page.category %> (<%= page.posts.length %>)
</div>
<div class="category-post-list">
<%- partial('_partial/archive-list', {posts_new: page.posts}) %>

View File

@ -1,6 +1,6 @@
<div class="fade-in-down-animation">
<div class="tag-container">
<div class="tag-name"><i class="fas fa-tag"></i> <%= page.tag %> (<%= page.posts.length %>)
<div class="tag-name"><i class="fas fa-tag"></i>&nbsp;<%= page.tag %> (<%= page.posts.length %>)
</div>
<div class="tag--post-list">
<%- partial('_partial/archive-list', {posts_new: page.posts}) %>