aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_layouts/home.html
diff options
context:
space:
mode:
authorMike McQuaid2017-03-05 15:25:51 +0000
committerMike McQuaid2017-03-05 15:25:51 +0000
commiteaf8cc1be09a2c855f566fc1e56f760d327cef47 (patch)
treedab8b90e869d1629c3a3a3f8216d39c953930250 /docs/_layouts/home.html
parent6d42e2a527c8c76d9d35f940c35101f6b42c693e (diff)
downloadbrew-eaf8cc1be09a2c855f566fc1e56f760d327cef47.tar.bz2
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.
Diffstat (limited to 'docs/_layouts/home.html')
-rw-r--r--docs/_layouts/home.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html
new file mode 100644
index 000000000..7a72189ac
--- /dev/null
+++ b/docs/_layouts/home.html
@@ -0,0 +1,6 @@
+---
+layout: base
+---
+<div id="home">
+ {{ content }}
+</div>