@ -46,7 +46,7 @@
|
|||||||
{% endunless %}
|
{% endunless %}
|
||||||
<article>
|
<article>
|
||||||
{% if post.link %}
|
{% if post.link %}
|
||||||
<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>
|
<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>
|
||||||
{% else %}
|
{% else %}
|
||||||
<h2><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h2>
|
<h2><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h2>
|
||||||
<p>{{ post.excerpt | strip_html | truncate: 160 }}</p>
|
<p>{{ post.excerpt | strip_html | truncate: 160 }}</p>
|
||||||
|
Reference in New Issue
Block a user