This commit is contained in:
Oliver Davies 2017-09-04 17:55:53 +01:00
parent 04b28136df
commit 62b1dc15d2
30 changed files with 286 additions and 347 deletions

View file

@ -9,9 +9,9 @@ use: [posts]
{% block content %}
<h1>Blog</h1>
<ul class="posts list-style-none">
<ul class="list pa0 ma0">
{% for post in page.pagination.items %}
<li class="post is-clearfix mb-2 pb-3">
<li class="cf mb2 pb4 bb b--light-silver">
{{ include('post/header', {
page: post,
title_tag: 'h2'
@ -42,8 +42,6 @@ use: [posts]
{% endif %}
{% endblock %}
{% block body_classes 'page--blog page--blog__list' %}
{% block stylesheets %}
<link rel="stylesheet" href="{{ site.url }}/assets/css/blog.css">
{% endblock %}