1
0
Fork 0

Update to version 0.8

This commit is contained in:
Moritz »mo.« Sauer 2014-09-16 22:05:43 +02:00
parent e055d742ef
commit 969878775c
26 changed files with 344 additions and 143 deletions

View file

@ -1,5 +1,6 @@
---
layout: default
format: post-left-sidebar
---
<div class="row top-60">
<div class="medium-4 columns">
@ -12,6 +13,12 @@ layout: default
<header>
{% if page.subheadline %}<p class="subheadline">{{ page.subheadline }}</p>{% endif %}
{% if page.image.title %}<img src="{{ site.url }}/assets/img/{{ page.image.title }}" width="970" alt="{{ page.title escape_once }}">{% endif %}
{% if page.image.url && page.image.credit %}
<p class="text-right caption">
<a href="{{ page.image.url }}">{{ page.image.credit }}</a>
</p>
{% endif %}
<h1>{{ page.title }}</h1>
</header>
{% if page.description %}