diff --git a/templates/shortcodes/figure.html b/templates/shortcodes/figure.html index e014068..d841b5c 100644 --- a/templates/shortcodes/figure.html +++ b/templates/shortcodes/figure.html @@ -1,6 +1,6 @@ {% if src %}
- + {% if caption %}
{{ caption | markdown() | safe }}
{% endif %} diff --git a/templates/shortcodes/image.html b/templates/shortcodes/image.html index 091eeb8..7a2f044 100644 --- a/templates/shortcodes/image.html +++ b/templates/shortcodes/image.html @@ -4,5 +4,5 @@ {# ... then prepend the site's base URL to the image's URL. #} {% set src = config.base_url ~ src %} {% endif %} - + {% endif %}