summaryrefslogtreecommitdiffstats
path: root/bin/templates/basic_page.mustache
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-07-12 10:35:42 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-24 11:46:02 -0400
commit1dea20a0d5081e8fa1f864e82977dc9d365a8565 (patch)
treea3b1ec29e007e9eaaab0a146dcc99d54e56ffab0 /bin/templates/basic_page.mustache
parent1f6e833815c011e56ab77a258b4eee94a8acaf43 (diff)
downloadjenkins.debian.net-1dea20a0d5081e8fa1f864e82977dc9d365a8565.tar.xz
reproducible debian: use main navigation template in bash scripts
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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>