summaryrefslogtreecommitdiffstats
path: root/bin/templates/basic_page.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'bin/templates/basic_page.mustache')
-rw-r--r--bin/templates/basic_page.mustache4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/templates/basic_page.mustache b/bin/templates/basic_page.mustache
index 1239a4a0..345d2da0 100644
--- a/bin/templates/basic_page.mustache
+++ b/bin/templates/basic_page.mustache
@@ -8,7 +8,9 @@
<title>{{page_title}}</title>
</head>
<body class="wrapper">
- {{{main_navigation_html}}}
+ <header class="head">
+ {{{main_navigation_html}}}
+ </header>
<div class="mainbody">
{{{main_html}}}
</div>