Fix image mixin to allow figure with no args

This commit is contained in:
ines 2017-05-13 03:10:35 +02:00
parent a74376dca9
commit d5c83a5810
1 changed files with 3 additions and 3 deletions

View File

@ -126,13 +126,13 @@ mixin codepen(slug, height, default_tab)
mixin image(url, width, caption, alt)
figure.o-block&attributes(attributes)
img(src=url alt=(alt || caption) width="#{width || 500}")
if url
img(src=url alt=(alt || caption) width="#{width || 500}")
if caption
+image-caption=caption
else
block
block
//- Image caption