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>
3737 {% for post in site.posts limit:5 %}
3838 < article >
3939 {% 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 >
4141 {% else %}
4242 < h2 > < a href ="{{ site.url }}{{ post.url }} " title ="{{ post.title }} "> {{ post.title }}</ a > </ h2 >
4343 < p > {{ post.excerpt | strip_html | truncate: 160 }}</ p >
You can’t perform that action at this time.
0 commit comments