aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_layouts/page.html
diff options
context:
space:
mode:
authorMike McQuaid2017-03-06 09:41:44 +0000
committerGitHub2017-03-06 09:41:44 +0000
commit29f431e85eedfeed7a44fc0300bd5797c481bfe0 (patch)
tree316cfe2a21892e1e5f97b8246e49c31d21d56b4c /docs/_layouts/page.html
parentfd3333929b997fbf4588228a5876a8a7a4772af4 (diff)
parenteaf8cc1be09a2c855f566fc1e56f760d327cef47 (diff)
downloadbrew-29f431e85eedfeed7a44fc0300bd5797c481bfe0.tar.bz2
Merge pull request #2266 from MikeMcQuaid/docs-homebrew-layout
docs.brew.sh: use brew.sh theming.
Diffstat (limited to 'docs/_layouts/page.html')
-rw-r--r--docs/_layouts/page.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/_layouts/page.html b/docs/_layouts/page.html
new file mode 100644
index 000000000..47496bb24
--- /dev/null
+++ b/docs/_layouts/page.html
@@ -0,0 +1,6 @@
+---
+layout: base
+---
+<div id="page">
+ {{ content }}
+</div>