gulp-htmlmin处理空格简直奇葩
This commit is contained in:
@@ -3,14 +3,16 @@
|
||||
<% if (post.prev){ %>
|
||||
<a href="<%- url_for(post.prev.path) %>" id="article-nav-newer" class="article-nav-link-wrap">
|
||||
<div class="article-nav-title">
|
||||
<i class="icon icon-arrow-circle-o-left"></i> <%= post.prev.title %>
|
||||
<i class="icon icon-arrow-circle-o-left"></i>
|
||||
<%= post.prev.title %>
|
||||
</div>
|
||||
</a>
|
||||
<% } %>
|
||||
<% if (post.next){ %>
|
||||
<a href="<%- url_for(post.next.path) %>" id="article-nav-older" class="article-nav-link-wrap">
|
||||
<div class="article-nav-title">
|
||||
<%= post.next.title %> <i class="icon icon-arrow-circle-o-right"></i>
|
||||
<%= post.next.title %>
|
||||
<i class="icon icon-arrow-circle-o-right"></i>
|
||||
</div>
|
||||
</a>
|
||||
<% } %>
|
||||
|
||||
Reference in New Issue
Block a user