style: modified space ->  

This commit is contained in:
XPoet 2021-01-21 20:16:37 +08:00
parent 24466fb56e
commit cbf09eed05
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<div class="comments-container">
<div id="comment-anchor">
<i class="fas fa-comments"> <%- __('comments') %></i>
<i class="fas fa-comments">&nbsp;<%- __('comments') %></i>
</div>
<% if (theme.comment.valine.enable === true) { %>
<%- partial('valine') %>

View File

@ -1,6 +1,6 @@
<div class="home-article-meta-info-container">
<div class="home-article-meta-info">
<span><i class="fas fa-history"></i> <span class="home-article-date" data-date="<%= post.date %>"><%= date(post.date, 'YYYY-MM-DD') %></span></span>
<span><i class="fas fa-history"></i>&nbsp;<span class="home-article-date" data-date="<%= post.date %>"><%= date(post.date, 'YYYY-MM-DD') %></span></span>
<% if (post.categories.length && theme.home_article.category.enable === true) { %>
<span class="home-article-category"><i class="fas fa-folder"></i>&nbsp;
<ul>
@ -31,5 +31,5 @@
<% } %>
</div>
<a href="<%- url_for(post.path) %>"><%- __('read_more') %> <i class="fas fa-angle-right"></i></a>
<a href="<%- url_for(post.path) %>"><%- __('read_more') %>&nbsp;<i class="fas fa-angle-right"></i></a>
</div>