Browse Source

New changes

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
864a9f561e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      blog/index.html

2
blog/index.html

@ -25,13 +25,11 @@ section_id: blog
<p>{{ post.date | date: "%B %Y" }}</p> <p>{{ post.date | date: "%B %Y" }}</p>
</div> </div>
<div class="large-8 columns"> <div class="large-8 columns">
<div class="post alt">
<div class="post-content blog"> <div class="post-content blog">
<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="large-3 columns blog">
<div class="post alt"> <div class="post alt">

Loading…
Cancel
Save