little news link in the layout

This commit is contained in:
Torsten Ruger 2015-05-13 13:30:18 +03:00
parent 49f48e1c5c
commit b7c02b4388
1 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,14 @@ layout: site
<ul class="nav nav-list">
<li><a href="/index.html"> Ideas whence it started </a> </li>
<li><a href="/ideas.html"> Effective programming </a> </li>
<li>
Last news: &nbsp;&nbsp;&nbsp;
<small><small>{{ site.posts.first.date | date: "%d.%m.%y" }} </small></small>
</li>
<li>
<a href="{{ site.posts.first.url }}">{{ site.posts.first.title }}
</a>
</li>
</ul>
</div>
</div>