fix index post links

This commit is contained in:
Torsten Ruger 2017-04-08 12:05:36 +03:00
parent 1a8ba94dee
commit 4ef7197141

View File

@ -88,15 +88,15 @@ layout: site
</p>
<p>
{{ site.posts[0].date | date: "%d.%m.%y" }}:
<a href="{{ site.posts.first.url }}">{{ site.posts[0].title }} </a>
<a href="{{ site.posts[0].url }}">{{ site.posts[0].title }} </a>
</p>
<p>
{{ site.posts[1].date | date: "%d.%m.%y" }}:
<a href="{{ site.posts.first.url }}">{{ site.posts[1].title }} </a>
<a href="{{ site.posts[1].url }}">{{ site.posts[1].title }} </a>
</p>
<p>
{{ site.posts[2].date | date: "%d.%m.%y" }}:
<a href="{{ site.posts.first.url }}">{{ site.posts[2].title }} </a>
<a href="{{ site.posts[2].url }}">{{ site.posts[2].title }} </a>
</p>
</div>