summaryrefslogtreecommitdiff
path: root/index.html
blob: fc5c837e4601c452cd1ed5a2caf984c538b3ab06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: default
---

{% assign page = site.posts.first %}

<article id="entry">

  <header class="entry-title">
    <h1>{{ page.title }}</h1>
  </header>

  <section>
    {{ page.content }}
  </section>

</article>