Browse Source

Update index.html

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

4
blog/index.html

@ -40,7 +40,7 @@ section_id: blog
</p>
<p>{{post.excerpt}}</p>
<div class="spacing"></div>
<p><a href="{{post.url}}" class="button tiny brown boxed">Read more</a></p>
<p><a href="{{post.url}}" class="button tiny blue simple boxed">Read more</a></p>
</div>
</div>
{% endif %}
@ -81,7 +81,7 @@ section_id: blog
</p>
<p>{{post.excerpt}}</p>
<div class="spacing"></div>
<p><a href="{{post.url}}" class="button tiny brown boxed">Read more</a></p>
<p><a href="{{post.url}}" class="button tiny blue simple boxed">Read more</a></p>
</div>
</div>
{% endif %}

Loading…
Cancel
Save