Replace bootstrap with Bulma

This commit is contained in:
Oliver Davies 2017-08-06 19:01:22 +01:00
parent 4e851429d8
commit fbec98acaf
20 changed files with 126 additions and 138 deletions

View file

@ -9,9 +9,9 @@ use: [posts]
{% block content %}
<h1>Blog</h1>
<ul class="posts">
<ul class="posts list-style-none">
{% for post in page.pagination.items %}
<li class="post">
<li class="post is-clearfix mb-2 pb-3">
{{ include('post/header', {
page: post,
title_tag: 'h2'