diff options
Diffstat (limited to 'mustache-templates/reproducible/basic_page.mustache')
-rw-r--r-- | mustache-templates/reproducible/basic_page.mustache | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mustache-templates/reproducible/basic_page.mustache b/mustache-templates/reproducible/basic_page.mustache index 5ba1f8db..0efc02d9 100644 --- a/mustache-templates/reproducible/basic_page.mustache +++ b/mustache-templates/reproducible/basic_page.mustache @@ -5,14 +5,11 @@ <meta name="viewport" content="width=device-width" /> {{{meta_refresh}}} <link href="/static/style.css?v={{style_dot_css_sha1sum}}" type="text/css" rel="stylesheet" /> - {{#include_pkgset_js}} - <script type="text/JavaScript" src="/static/pkgset.js"></script> - {{/include_pkgset_js}} <title>{{page_title}}</title> </head> <body class="wrapper"> - {{#navigation_html}} - <header class="head"> + {{#navigation_html}} + <header class="head"> {{{navigation_html}}} </header> {{/navigation_html}} |