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

@ -82,6 +82,6 @@
%p
Last but not least, i try to get recent developments down on paper when they are
still fresh.
%p=post_link(0)
%p=post_link(1)
%p=post_link(2)
%p=post_link(Post.posts.values[0])
%p=post_link(Post.posts.values[1])
%p=post_link(Post.posts.values[2])