templates/image.html in asciidoctor-htmlbook-0.0.1 vs templates/image.html in asciidoctor-htmlbook-0.0.2
- old
+ new
@@ -3,9 +3,9 @@
<img src="{{ node.attributes.target }}"
{% if node.attributes.alt %}alt="{{ node.attributes.alt }}"{% endif %}
{% if node.attributes.width %}width="{{ node.attributes.width }}"{% endif %}
{% if node.attributes.height %}height="{{ node.attributes.height }}"{% endif %} />
{% if node.attributes.link %}</a>{% endif %}
- {% if node.attributes.title %}
- <figcaption>{{ node.attributes.title }}</figcaption>
+ {% if node.title %}
+ <figcaption>{{ node.captioned_title }}</figcaption>
{% endif %}
</figure>