Spaces in /source

This commit is contained in:
Oliver Davies 2015-06-06 17:21:24 +01:00
parent e9b0798107
commit d0a93c632a
116 changed files with 1033 additions and 1033 deletions

View file

@ -3,12 +3,12 @@ layout: default
title: Blog
nav: blog
use:
- posts
- posts
---
<h1>Blog</h1>
<ul>
{% for post in data.posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
{% for post in data.posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>