Skip to content

Commit 9453440

Browse files
committed
style: trailing spaces
1 parent acf7211 commit 9453440

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_includes/blog-list.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2><a href="{{post.url}}">{{post.title}}</a></h2>
2222
<ul class="tag-list">
2323
{% for tag in post.tags %}
2424
<li class="tag-item">{{tag}}</li>
25-
{% endfor %}
25+
{% endfor %}
2626
</ul>
2727
{% endif %}
2828
</div>
@@ -37,7 +37,7 @@ <h2><a href="{{post.url}}">{{post.title}}</a></h2>
3737

3838
{% capture urlPath %}{% if include.category == "all" %}blog{% else %}{{currentCategoryPath}}{% endif %}{% endcapture %}
3939
{% assign urlPath = urlPath | split: '/' | join: '/' | remove_first: '/' %}
40-
{% include paginator.html urlPath=urlPath %}
40+
{% include paginator.html urlPath=urlPath %}
4141
</div>
4242
{% assign highlights = "" | split: "," %}
4343
{% for post in site.posts %}
@@ -51,7 +51,7 @@ <h2><a href="{{post.url}}">{{post.title}}</a></h2>
5151
<div class="content-nav-blog">
5252
<div class="inner-box">
5353
<h5>Highlights</h5>
54-
<div class="blog-list-nav">
54+
<div class="blog-list-nav">
5555
{% endif %}
5656
<div class="blog-list-nav-item">
5757
<h4><a href="{{post.url}}">{{post.title}}</a></h4>
@@ -70,6 +70,6 @@ <h4><a href="{{post.url}}">{{post.title}}</a></h4>
7070
</div>
7171
{% endif %}
7272
{% endfor %}
73-
73+
7474
</div>
75-
</section>
75+
</section>

0 commit comments

Comments
 (0)