James Peret's blog. Built with Jekyll and the Mikey theme.

page.html 209B

123456789101112131415
  1. ---
  2. layout: default
  3. ---
  4. <div class="post">
  5. <header class="post-header">
  6. <h1 class="post-title">{{ page.title }}</h1>
  7. </header>
  8. <article class="post-content">
  9. {{ content }}
  10. </article>
  11. </div>