Browse Source

Removed spacing

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

2
blog/index.html

@ -37,7 +37,6 @@ section_id: blog
<span>{{ post.date | date: "%B %d, %Y" }}</span> <span>{{ post.date | date: "%B %d, %Y" }}</span>
</p> </p>
<p>{{post.excerpt}}</p> <p>{{post.excerpt}}</p>
<div class="spacing"></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>
@ -76,7 +75,6 @@ section_id: blog
<span>{{ post.date | date: "%B %d, %Y" }}</span> <span>{{ post.date | date: "%B %d, %Y" }}</span>
</p> </p>
<p>{{post.excerpt}}</p> <p>{{post.excerpt}}</p>
<div class="spacing"></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>

Loading…
Cancel
Save