1
0
Fork 0

Release 0.92 2014-12-21

This commit is contained in:
Moritz »mo.« Sauer 2014-12-21 17:21:48 +01:00
parent 3068e7a7aa
commit a56896dda4
114 changed files with 10775 additions and 2079 deletions

View file

@ -7,7 +7,7 @@ format: post-right-sidebar
<article>
<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.title %}<img src="{{ site.url }}/images/{{ 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>