layout: default
<div class=“home”>
{%- if page.title -%} <h1 class="page-heading">{{ page.title }}</h1> {%- endif -%} <div class="home-content"> <p>{{- site.biography | escape -}}</p> {%- include social.html -%} </div> {{ content }}
</div>
layout: default
<div class=“home”>
{%- if page.title -%} <h1 class="page-heading">{{ page.title }}</h1> {%- endif -%} <div class="home-content"> <p>{{- site.biography | escape -}}</p> {%- include social.html -%} </div> {{ content }}
</div>