arsenetar.github.io/_layouts/default.html

8 行
178 B
HTML

{% include header.html %}
<div class="row">
<div class="small-12 columns">
<h1>{{ page.title }}</h1>
{{ content }}
</div>
</div>
{% include footer.html %}