aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_layouts/home.html
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2016-04-26 07:12:42 +0000
committerGravatar Yun Peng <pcloudy@google.com>2016-04-26 08:30:02 +0000
commitbd69080f0b9d57047d390d9557aa6d0441e66b38 (patch)
tree4da3c8ac4f8e81c9f3ddc5fd2b2e77fa70560772 /site/_layouts/home.html
parent02669d78e33b13d0d8ee59217d8b6bb22d6f6f3a (diff)
Include Jekyll layout files, style sheets, and Bazel logo images in the
public Bazel tree. -- MOS_MIGRATED_REVID=120787331
Diffstat (limited to 'site/_layouts/home.html')
-rw-r--r--site/_layouts/home.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/site/_layouts/home.html b/site/_layouts/home.html
new file mode 100644
index 0000000000..a68db67005
--- /dev/null
+++ b/site/_layouts/home.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en" itemscope itemtype="https://schema.org/WebPage">
+ {% include head.html %}
+ <body class="body-home">
+ {% include header.html %}
+
+ {{ content }}
+
+ {% include footer.html %}
+ </body>
+</html>