little news link in the layout
This commit is contained in:
parent
49f48e1c5c
commit
b7c02b4388
@ -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:
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user