Browse Source

Adapted classes

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

4
blog/index.html

@ -26,7 +26,7 @@ section_id: blog
</div>
<div class="large-8 columns">
<div class="post-content blog">
<h3><a href="{{ post.url | replace:'.html','' }}">{{post.title}}</a></h3>
<h3 class="blog"><a href="{{ post.url | replace:'.html','' }}">{{post.title}}</a></h3>
<p>{{post.excerpt}}</p>
<p><a href="{{ post.url | replace:'.html','' }}" class="button tiny blue simple boxed">Read more</a></p>
</div>
@ -65,7 +65,7 @@ section_id: blog
</div>
<div class="large-8 columns">
<div class="post-content blog">
<h3><a href="{{ post.url | replace:'.html','' }}">{{post.title}}</a></h3>
<h3 class="blog"><a href="{{ post.url | replace:'.html','' }}">{{post.title}}</a></h3>
<p>{{post.excerpt}}</p>
<p><a href="{{ post.url | replace:'.html','' }}" class="button tiny blue simple boxed">Read more</a></p>
</div>

Loading…
Cancel
Save