templates/section.html in asciidoctor-htmlbook-0.0.1 vs templates/section.html in asciidoctor-htmlbook-0.0.2

- old
+ new

@@ -34,9 +34,9 @@ <h5>{% if node.numbered %}{{ node.sectnum }} {% endif %}{{ node.title }}</h5> {{ node.content }} </section> {% else %} <section id="{{node.id}}" data-type="{{ node.sectname }}"> - <h1>{% if node.numbered %}{{ node.sectnum }} {% endif %}{{ node.title }}</h1> + <h1>{{ node.caption }}{{ node.title }}</h1> {{ node.content }} </section> {% endcase %}