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
10 additions and
4 deletions
-
blog/index.html
|
@ -24,17 +24,23 @@ section_id: blog |
|
|
<h1 class="blogdate">{{ post.date | date: "%d" }}</h1> |
|
|
<h1 class="blogdate">{{ post.date | date: "%d" }}</h1> |
|
|
<p>{{ post.date | date: "%B %Y" }}</p> |
|
|
<p>{{ post.date | date: "%B %Y" }}</p> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="large-8 columns"> |
|
|
<div class="post alt"> |
|
|
<div class="post alt"> |
|
|
{% if post.images %} |
|
|
|
|
|
<a href="{{ post.url | replace:'.html','' }}"><img src="{{site.url}}/{{post.images[0]}}" alt="post"></a> |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
<div class="post-content"> |
|
|
<div class="post-content"> |
|
|
<h3><a href="{{ post.url | replace:'.html','' }}">{{post.title}}</a></h3> |
|
|
<h3><a href="{{ post.url | replace:'.html','' }}">{{post.title}}</a></h3> |
|
|
|
|
|
|
|
|
<p>{{post.excerpt}}</p> |
|
|
<p>{{post.excerpt}}</p> |
|
|
<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> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="large-3 columns blog"> |
|
|
|
|
|
<div class="post alt"> |
|
|
|
|
|
{% if post.images %} |
|
|
|
|
|
<a href="{{ post.url | replace:'.html','' }}"><img src="{{site.url}}/{{post.images[0]}}" alt="post"></a> |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</div> |
|
|
</div> |
|
|