Anxhelo Lushka
6 years ago
No known key found for this signature in database
GPG Key ID: 86086158C83770F8
1 changed files with
2 additions and
2 deletions
-
blog/index.html
|
@ -27,7 +27,7 @@ section_id: blog |
|
|
<div class="large-8 columns bottom-blog"> |
|
|
<div class="large-8 columns bottom-blog"> |
|
|
<div class="post-content blog"> |
|
|
<div class="post-content blog"> |
|
|
<h3 id="blog-title" class="blog"><a href="{{ post.url | replace:'.html','' }}">{{post.title}}</a></h3> |
|
|
<h3 id="blog-title" class="blog"><a href="{{ post.url | replace:'.html','' }}">{{post.title}}</a></h3> |
|
|
<p class="blogauthor">by <a href="{{post.link}}" target="_blank">{{post.author}}</a></p> |
|
|
<p class="blogauthor">by <a href="{{post.link}}" target="_blank" rel="noopener">{{post.author}}</a></p> |
|
|
<p>{{post.excerpt}}</p> |
|
|
<p>{{post.excerpt}}</p> |
|
|
<div class="tags"> |
|
|
<div class="tags"> |
|
|
{% for tag in post.tags %} |
|
|
{% for tag in post.tags %} |
|
@ -39,7 +39,7 @@ section_id: blog |
|
|
</div> |
|
|
</div> |
|
|
<div class="large-3 columns blog middle-blog" style="margin-bottom: 30px;"> |
|
|
<div class="large-3 columns blog middle-blog" style="margin-bottom: 30px;"> |
|
|
{% if post.images %} |
|
|
{% if post.images %} |
|
|
<a href="{{ post.url | replace:'.html','' }}"><img style="display: block; margin: auto;" src="{{site.url}}/{{post.images[0]}}" alt="post"></a> |
|
|
<a href="{{ post.url | replace:'.html','' }}"><img class="lazy" style="display: block; margin: auto;" data-src="{{site.url}}/{{post.images[0]}}" alt="post"></a> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|