moved page title conditional into head-header.html

added switch to setFooterType()
Introducing: community.html
This commit is contained in:
scotty
2016-03-04 17:07:06 -08:00
parent 2c9385af60
commit 5b56a8cb33
7 changed files with 57 additions and 10 deletions
+26
View File
@@ -0,0 +1,26 @@
---
title: Community
---
<!Doctype html>
<html id="community">
{% include head-header.html %}
<section id="hero" class="light-text">
<h1>Community</h1>
</section>
<section id="mainContent">
<main>
<!-- TODO: this is MULHAUSEN LAND -->
</main>
</section>
{% include footer.html %}
</body>
</html>