summaryrefslogtreecommitdiff
path: root/index.html
blob: 44932b81d6b42efbb8f91f2e2e96f689a540b5bb (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><a href={{ page.url }}>{{ page.title }}</a></h1>
  </header>

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

</article>