File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments