Tidy sass

This commit is contained in:
Oliver Davies 2016-11-20 08:39:57 +00:00
parent d57bed02ac
commit 381629c876
7 changed files with 13 additions and 43 deletions

View file

@ -1,10 +1,10 @@
{% if page.url == '/.' %}
<div class="latest-posts">
<div class="latest-posts__heading">Latest blog posts</div>
<div class="latest-posts panel panel-default">
<div class="latest-posts__heading panel-heading">Latest blog posts</div>
<ul>
<ul class="list-group">
{% for post in data.posts|slice(0, site.latest_posts) %}
<li class="post">
<li class="post list-group-item">
<span class="post__title">
<a href="{{ post.url }}">
{{ post.title }}