fix blog index and links

This commit is contained in:
Torsten Ruger
2018-04-10 22:48:23 +03:00
parent d233cb0dca
commit c143b5bbd0
5 changed files with 21 additions and 18 deletions

View File

@ -77,13 +77,8 @@
%a{:href => "https://groups.google.com/forum/#!forum/ruby-x"} mail
%h2.center News
%p
Last but not least, i try to get recent developments down on paper when they are still fresh.
%p
{{ site.posts[0].date | date: "%d.%m.%y" }}:
%a{:href => "{{ site.posts[0].url }}"} {{ site.posts[0].title }}
%p
{{ site.posts[1].date | date: "%d.%m.%y" }}:
%a{:href => "{{ site.posts[1].url }}"} {{ site.posts[1].title }}
%p
{{ site.posts[2].date | date: "%d.%m.%y" }}:
%a{:href => "{{ site.posts[2].url }}"} {{ site.posts[2].title }}
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)