templates/header.html.mustache in bookingit-0.3.0 vs templates/header.html.mustache in bookingit-0.4.0
- old
+ new
@@ -43,12 +43,14 @@
{{/apple-mobile-web}}
{{/config}}
{{> syntax_highlighting.html }}
</head>
-<body>
- <h1><a href="index.html">{{config.title}}</a></h1>
- {{#config}}
- {{#author}}
- <p class="byline">by {{config.author}}</p>
- {{/author}}
- {{/config}}
+<body><div class="page">
+ <header>
+ <h1><a href="index.html">{{config.title}}</a></h1>
+ {{#config}}
+ {{#author}}
+ <p class="byline">by {{config.author}}</p>
+ {{/author}}
+ {{/config}}
+ </header>