style: modified space ->
This commit is contained in:
parent
24466fb56e
commit
cbf09eed05
|
@ -1,6 +1,6 @@
|
||||||
<div class="comments-container">
|
<div class="comments-container">
|
||||||
<div id="comment-anchor">
|
<div id="comment-anchor">
|
||||||
<i class="fas fa-comments"> <%- __('comments') %></i>
|
<i class="fas fa-comments"> <%- __('comments') %></i>
|
||||||
</div>
|
</div>
|
||||||
<% if (theme.comment.valine.enable === true) { %>
|
<% if (theme.comment.valine.enable === true) { %>
|
||||||
<%- partial('valine') %>
|
<%- partial('valine') %>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="home-article-meta-info-container">
|
<div class="home-article-meta-info-container">
|
||||||
<div class="home-article-meta-info">
|
<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> <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) { %>
|
<% if (post.categories.length && theme.home_article.category.enable === true) { %>
|
||||||
<span class="home-article-category"><i class="fas fa-folder"></i>
|
<span class="home-article-category"><i class="fas fa-folder"></i>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -31,5 +31,5 @@
|
||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</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') %> <i class="fas fa-angle-right"></i></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue