diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -19,6 +19,12 @@ layout: default <p>look around you</p> +<h1>Uusimpia uutisia:</h1> +{%for post in site.posts limit:5 %} +<li><a href="{{ site.baseurl}}{{ post.url }}">{{ post.date | date: "%d.%m.%Y" }} - {{ post.title }}</a></li> +{% endfor %} +<li><a href="{{ site.baseurl}}/uutiset">Lisää uutisia uutisarkistossa</a></li> + </div> @@ -69,4 +75,4 @@ layout: index_page <div><a href="http://www.eficode.fi/"><img width="200" style="margin:20px;border:0;" src="/static/sponsors/eficode.png" alt=""></a></div> </div> --->
\ No newline at end of file +--> |
