blog nav, prev and next, some tweaking

This commit is contained in:
Torsten Ruger
2018-04-11 19:34:35 +03:00
parent 90fc084fca
commit 365d07e606
6 changed files with 55 additions and 44 deletions

View File

@@ -1,21 +0,0 @@
\---
layout: site
\---
.row
%div
%h1.center
{{page.title}}
%p.center
%span Written by {{page.author}} on {{page.date | date_to_string}}.
%div
{{content}}
.row
%h2.center Older
%div
%ul.nav
{% for post in site.posts %}
%li
%a{:href => "{{ post.url }}"}
{{ post.title }}
%small {{ post.date | date: "%d.%m.%y" }}
{% endfor %}