blob: fc5c837e4601c452cd1ed5a2caf984c538b3ab06 (
plain) (
tree)
|
|
---
layout: default
---
{% assign page = site.posts.first %}
<article id="entry">
<header class="entry-title">
<h1>{{ page.title }}</h1>
</header>
<section>
{{ page.content }}
</section>
</article>
|