mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

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.
7 lines
60 B
HTML
7 lines
60 B
HTML
---
|
|
layout: base
|
|
---
|
|
<div id="home">
|
|
{{ content }}
|
|
</div>
|