add basic layout

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle
2016-12-15 12:35:33 -08:00
parent 1c0a25bd12
commit 354394bf52
6 changed files with 26 additions and 65 deletions
+3 -14
View File
@@ -1,17 +1,11 @@
---
title: Community
layout: basic
cid: community
---
<!Doctype html>
<html id="community">
{% include head.html %}
<body>
{% include header.html %}
<section id="hero" class="light-text">
<h1>Community</h1>
<h1>Community</h1>
</section>
<section id="mainContent">
@@ -65,8 +59,3 @@ title: Community
</div>
</main>
</section>
{% include footer.html %}
</body>
</html>