File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ <h3><a href="{{ site.url}}/posts/">Recent Posts</a></h3>
37
37
{% for post in site.posts limit:5 %}
38
38
< article >
39
39
{% if post.link %}
40
- < h2 class ="link-post "> < a href ="{{ site.url }}{{ post.url }} " title ="{{ post.title }} "> {{ post.title }}</ a > < a href ="{{ post.link }} " target ="_blank " title ="{{ post.title }} "> < i class ="fa fa-link "> </ i > </ h2 >
40
+ < h2 class ="link-post "> < a href ="{{ site.url }}{{ post.url }} " title ="{{ post.title }} "> {{ post.title }}</ a > < a href ="{{ post.link }} " target ="_blank " title ="{{ post.title }} "> < i class ="fa fa-link "> </ i > </ a > </ h2 >
41
41
{% else %}
42
42
< h2 > < a href ="{{ site.url }}{{ post.url }} " title ="{{ post.title }} "> {{ post.title }}</ a > </ h2 >
43
43
< p > {{ post.excerpt | strip_html | truncate: 160 }}</ p >
You can’t perform that action at this time.
0 commit comments