1
0
Fork 0
This repository has been archived on 2021-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
dennogumi.org-archive/_layouts/page-fullwidth.html
Moritz »mo.« Sauer 969878775c Update to version 0.8
2014-09-16 22:05:43 +02:00

40 lines
930 B
HTML

---
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 %}
<div class="row top-30">
<div class="medium-12 columns">
<article>
<header>
{% if page.subheadline %}<p class="subheadline">{{ page.subheadline }}</p>{% endif %}
<h1>{{ page.title }}</h1>
</header>
{% if page.description %}
<p class="teaser">
{{ page.description }}
</p>
{% endif %}
{{ content }}
</article>
</div><!-- /.medium-12.columns -->
</div><!-- /.row -->