aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 505b758599cd2972ae3d04aa6cf927943758a4f1 (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
28
29
30
31
32
33
---
layout: default
---

<div class="home">

    <img class="mobile_hide" src="static/stimulaatio.jpg" alt="Banner">
    
<article class="post" style="text-align: center">

  <header class="post-header">
    <h1 class="post-title">Automaatio- ja Systeemitekniikan kilta</h1>
  </header>

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