brew/docs/_layouts/page.html
Mike McQuaid eaf8cc1be0 docs.brew.sh: use brew.sh theming.
Unfortunately there's no easy way to share this code with the brew.sh
site but it's at least able to have the `css/`, `img/` (root) and
`_layouts` directories in sync between the two repositories.

Some small CSS tweaks were needed to make these pages render more
attractively.
2017-03-05 15:25:51 +00:00

7 lines
60 B
HTML

---
layout: base
---
<div id="page">
{{ content }}
</div>