aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: b764886c702b54064a2566169923de3cd3bae5e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: default
---

<div class="home">
    
<article class="post" style="text-align: center">

  <div class="post-content">

<p>Lorem ipsum ja joku esittelyteksti killasta!</p>

<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>

</article>

</div>