fix index post links
This commit is contained in:
parent
1a8ba94dee
commit
4ef7197141
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user