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/post-left-sidebar.html
Moritz »mo.« Sauer bd603dfa0e Update to version 0.7
2014-09-15 21:03:49 +02:00

30 lines
711 B
HTML

---
layout: default
---
<div class="row top-60">
<div class="medium-4 columns">
{% include sidebar.html %}
</div><!-- /.medium-4.columns -->
<div class="medium-8 columns">
<article>
<header>
{% if page.subtitle %}<p class="subtitle">{{ page.subtitle }}</p>{% endif %}
{% if page.image.title %}<img src="{{ site.url }}/assets/img/{{ page.image.title }}" width="970" alt="{{ page.title escape_once }}">{% endif %}
<h1>{{ page.title }}</h1>
</header>
{% if page.description %}
<p class="teaser">
{{ page.description }}
</p>
{% endif %}
{{ content }}
{% include meta_information.html %}
</article>
</div><!-- /.medium-8.columns -->
</div><!-- /.row -->