Skip to content

Commit b104ca4

Browse files
committed
refactor: format figure.html
1 parent e87671d commit b104ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/shortcodes/figure.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<figcaption>
1111
{% if caption %}{{ caption }}{% endif %}
1212
{%- if caption and via %},{% endif %}
13-
{% if via %}<a href="{{via}}">via</a>{% endif %}
13+
{% if via %}<a href="{{ via }}">via</a>{% endif %}
1414
</figcaption>
1515
{%- endif %}
1616
</figure>

0 commit comments

Comments
 (0)