Merge pull request #993 from italohdc/master
[jekyll-now.git] / _layouts / page.html
blobc8f016498027083bed2b94ad60aee8701f4987cf
1 ---
2 layout: default
3 ---
5 <article class="page">
7 <h1>{{ page.title }}</h1>
9 <div class="entry">
10 {{ content }}
11 </div>
12 </article>