aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 21543bef75bbb93149b8ce15020d1ed08fabdf09 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
layout: default
---

<div class="home">
    
<article class="post">

  <div class="post-content">
    <div class="section group">

    <div class="col span_1_of_2 info_section">
      <h1 class="info_section__title">Ajankohtaista</h1>
      <ul class="post_list">
        {% for post in site.posts limit: 5 %}
          <li class="post_list__element">
            <a href="{{ post.url | absolute_url }}">
              <h4 class="post_list__title">{{ post.title }}</h4>
            </a>
            <time datetime="{{ post.date | date_to_xmlschema }}">
              {{ post.date | date: "%d.%m.%Y" }}
            </time>
            <p>
              {{ post.excerpt | strip_html }}
              <a href="{{ post.url | absolute_url }}">Lisää...</a>
            </p>
          </li>
        {% endfor %}
      </ul>
      <a href="{{ site.baseurl}}/uutiset">Vanhemmat uutiset</a>
    </div>

    <div class="col span_1_of_2">
      <div class="info_section">
        <h1 class="info_section__title">Tulevat tapahtumat</h1>
        Tapahtumia.
      </div>

      <div class="info_section">
        <h1 class="info_section__title">AS? AIT? WTF?</h1>
        {% include index_content.md %}
      </div>
    </div>

    </div>
  </div>

</article>

</div>