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-right-sidebar.html
Moritz »mo.« Sauer dba5d71522 Release 0.5
This release changes the top Navigation into a white tipbar, extends
the documentation and uses some subtile changes.
2014-08-22 23:20:26 +02:00

36 lines
974 B
HTML

---
layout: default
---
<div class="row top-60">
<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 }}
<div class="page-meta">
<ul class="side-nav">
<li class="subheader">Date: {{ page.date | date: "%d.%m.%Y" }}</li>
<li class="subheader">{% if page.categories %}Archived in {{ page.categories | join: ' · ' | upcase }}{% endif %}</li>
<li class="divider"></li>
</ul>
</div>
</article>
</div><!-- /.medium-8.columns -->
<div class="medium-4 columns">
{% include sidebar.html %}
</div><!-- /.medium-4.columns -->
</div><!-- /.row -->