summaryrefslogblamecommitdiff
path: root/index.html
blob: fc5c837e4601c452cd1ed5a2caf984c538b3ab06 (plain) (tree)
1
2
3
4
   
               
   
 












                                    
---
layout: default
---

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

<article id="entry">

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

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

</article>