layout: home
<link rel=“stylesheet” href=“/assets/css/page.css”>
<article>
<header id="title"> <h1>{{ page.title }}</h1> </header> <div> </div> <div> {{ content }} </div> <div> {% for post in site.posts %} {% include post_block.html %} {% endfor %} </div>
</article>