{% 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 %}
{% if page.next_in_category != nil %}
⟨ {% if page.next_in_category.chapter != nil %}{{ page.next_in_category.chapter }}. {% endif %}{{ page.next_in_category.title }}
{% endif %}
Inhaltsverzeichnis
{% if page.previous_in_category != nil %} {% if page.previous_in_category.chapter != nil %}{{ page.previous_in_category.chapter }}. {% endif %}{{ page.previous_in_category.title }} ⟩ {% endif %}