_layouts/page.html (
11
lines of code) (
raw
):
--- layout: default --- <article class="post"> <header class="post-header"> <h1 class="post-title">{{ page.title }}</h1> </header> <div class="post-content"> {{ content }} </div> </article>