File tree 1 file changed +5
-5
lines changed
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>
22
22
< ul class ="tag-list ">
23
23
{% for tag in post.tags %}
24
24
< li class ="tag-item "> {{tag}}</ li >
25
- {% endfor %}
25
+ {% endfor %}
26
26
</ ul >
27
27
{% endif %}
28
28
</ div >
@@ -37,7 +37,7 @@ <h2><a href="{{post.url}}">{{post.title}}</a></h2>
37
37
38
38
{% capture urlPath %}{% if include.category == "all" %}blog{% else %}{{currentCategoryPath}}{% endif %}{% endcapture %}
39
39
{% assign urlPath = urlPath | split: '/' | join: '/' | remove_first: '/' %}
40
- {% include paginator.html urlPath=urlPath %}
40
+ {% include paginator.html urlPath=urlPath %}
41
41
</ div >
42
42
{% assign highlights = "" | split: "," %}
43
43
{% for post in site.posts %}
@@ -51,7 +51,7 @@ <h2><a href="{{post.url}}">{{post.title}}</a></h2>
51
51
< div class ="content-nav-blog ">
52
52
< div class ="inner-box ">
53
53
< h5 > Highlights</ h5 >
54
- < div class ="blog-list-nav ">
54
+ < div class ="blog-list-nav ">
55
55
{% endif %}
56
56
< div class ="blog-list-nav-item ">
57
57
< h4 > < a href ="{{post.url}} "> {{post.title}}</ a > </ h4 >
@@ -70,6 +70,6 @@ <h4><a href="{{post.url}}">{{post.title}}</a></h4>
70
70
</ div >
71
71
{% endif %}
72
72
{% endfor %}
73
-
73
+
74
74
</ div >
75
- </ section >
75
+ </ section >
You can’t perform that action at this time.
0 commit comments