cleanup head and header into two parts so it is apparent where body starts
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
+5
-1
@@ -4,7 +4,11 @@
|
||||
<!Doctype html>
|
||||
<html id="home">
|
||||
|
||||
{% include head-header.html %}
|
||||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
|
||||
{% include header.html %}
|
||||
|
||||
<!-- HERO -->
|
||||
<section id="hero" class="light-text">
|
||||
|
||||
Reference in New Issue
Block a user