templates/header.html.mustache in bookingit-0.4.1 vs templates/header.html.mustache in bookingit-0.5.0
- old
+ new
@@ -50,7 +50,15 @@
<h1><a href="index.html">{{config.title}}</a></h1>
{{#config}}
{{#author}}
<p class="byline">by {{config.author}}</p>
{{/author}}
+ {{#hype}}
+ <div class="hype">
+ <a href="{{link}}">
+ <h2>{{title}}</h2>
+ <h3>{{subtitle}}</h3>
+ </a>
+ </div>
+ {{/hype}}
{{/config}}
</header>