Remove gap param default

This commit is contained in:
Will Faught
2023-01-16 18:49:51 -08:00
parent ed338a4ae5
commit 732f87e217
6 changed files with 6 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
"caption" $caption
"content" $content
"float" $float
"gap" 2
"height" $height
"maxheight" $maxheight
"maxwidth" $maxwidth

View File

@@ -12,6 +12,7 @@
"caption" $caption
"content" $content
"float" $float
"gap" 2
"height" $height
"maxheight" $maxheight
"maxwidth" $maxwidth

View File

@@ -28,6 +28,7 @@
{{ partial "paige/image-figure.html" (dict
"caption" $caption
"compact" true
"gap" 2
"height" $height
"link" $link
"maxheight" $maxheight

View File

@@ -18,6 +18,7 @@
"alt" $alt
"caption" $caption
"float" $float
"gap" 2
"height" $height
"link" $link
"maxheight" $maxheight

View File

@@ -14,7 +14,6 @@
"caption" $caption
"content" $content
"float" $float
"gap" "0"
"height" $height
"maxheight" $maxheight
"maxwidth" $maxwidth