view _layouts/page.html @ 241:598d7f098082

Overhaul website, less JavaScript, more FontAwesome.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 18 Mar 2021 15:59:24 +0900
parents 7abe02bf29ec
children
line wrap: on
line source

---
layout: default
---
<div>
  <h1>{{ page.icon }} {{ page.title }}</h1>
  {{ content }}
</div>