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,10 +1,16 @@
---
layout: default
format: page-fullwidth
---
{% if page.image.title %}
<div class="row top-30">
<div class="small-12 columns">
<img src="{{ site.url }}/assets/img/{{ page.image.title }}" width="970" alt="{{ page.title escape_once }}">
{% if page.image.url && page.image.credit %}
<p class="text-right caption">
<a href="{{ page.image.url }}">{{ page.image.credit }}</a>
</p>
{% endif %}
</div><!-- /.small-12.columns -->
</div><!-- /.row -->
{% endif %}