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,14 +0,0 @@
<dl>
{% for post in site.posts reversed %}
{% if post.categories contains include.list-category %}
<dt>
<a href="{{ site.url }}{{ post.url }}">{% if post.chapter != nil %}{{ post.chapter }}. {% endif %}{{ post.title }}</a>
</dt>
{% if post.description %}
<dd>
{{ post.description }}
</dd>
{% endif %}
{% endif %}
{% endfor %}
</dl>

View file

@ -1,24 +0,0 @@
{% comment %}
Das Plugin ist das category_next_previous.rb aus dem plugins-Ordner zum Einsatz
Quelle: http://ajclarkson.co.uk/blog/jekyll-category-post-navigation/
{% endcomment %}
<div class="row">
{% if page.next_in_category != nil %}
<div class="small-4 top-60 columns">
<a class="button grey small radius expand" href="{{ site.url }}{{ page.next_in_category.url }}">&lang; {% if page.next_in_category.chapter != nil %}{{ page.next_in_category.chapter }}. {% endif %}{{ page.next_in_category.title }}</a>
</div><!-- /.small-4.columns -->
{% endif %}
<div class="small-4 top-60 columns">
<a class="button grey small radius expand" href="{{ site.url }}/anleitungen/">Inhaltsverzeichnis</a>
</div><!-- /.small-4.columns -->
<div class="small-4 top-60 columns">
{% if page.previous_in_category != nil %}
<a class="button grey small radius expand" href="{{ site.url }}{{ page.previous_in_category.url }}">{% if page.previous_in_category.chapter != nil %}{{ page.previous_in_category.chapter }}. {% endif %}{{ page.previous_in_category.title }} &rang;</a>
{% endif %}
</div><!-- /.small-4.columns -->
</div><!-- /.row -->

View file

@ -7,4 +7,12 @@
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</div>
<div class="ad-panel radius bottom-30">
<img src="http://placekitten.com/271/270" alt="uh, Placekitten">
<p class="text-left">
This is an advertisment with crazy cats! <a href="http://placekitten.com/">Check'em out.</a>
</p>
</div>
</aside>