Files
www/landing.bryanroessler.com/_layouts/page.html
2018-06-18 10:11:50 -04:00

14 rindas
241 B
HTML

---
layout: default
---
<article class="post-container post-container--single">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
<section class="post">
{{ content }}
</section>
</article>