Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
blog/index.html
|
@ -29,11 +29,11 @@ section_id: blog |
|
|
<h3 class="blog"><a href="{{ post.url | replace:'.html','' }}">{{post.title}}</a></h3> |
|
|
<h3 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">{{post.author}}</a></p> |
|
|
<p>{{post.excerpt}}</p> |
|
|
<p>{{post.excerpt}}</p> |
|
|
<span> |
|
|
<div class="tags"> |
|
|
{% for tag in post.tags %} |
|
|
{% for tag in post.tags %} |
|
|
<a href="{{ site.baseurl }}/tags/#{{tag | slugify }}">{{ tag }}</a> |
|
|
<a href="{{ site.baseurl }}/tags/#{{tag | slugify }}">{{ tag }}</a> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</span> |
|
|
</div> |
|
|
<p><a href="{{ post.url | replace:'.html','' }}" class="button tiny blue simple boxed">Read more</a></p> |
|
|
<p><a href="{{ post.url | replace:'.html','' }}" class="button tiny blue simple boxed">Read more</a></p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|