view _layouts/page.html @ 233:89b5fed6fc99

* pages/menu/bugs.md: fix small typos
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 30 Nov 2020 13:14:04 +0900
parents 7abe02bf29ec
children 598d7f098082
line wrap: on
line source

---
layout: default
---

<article class="post">

  <header class="post-header">
    <h1 class="post-title">{{ page.title }}</h1>
  </header>

  <div class="post-content">
    {{ content }}
  </div>

</article>