Remove maxheight param
This commit is contained in:
@@ -354,7 +354,6 @@ The `paige/figure` shortcode provides a figure with content.
|
|||||||
float="left"
|
float="left"
|
||||||
height="10rem"
|
height="10rem"
|
||||||
horizontal="center"
|
horizontal="center"
|
||||||
maxheight="10rem"
|
|
||||||
maxwidth="10rem"
|
maxwidth="10rem"
|
||||||
number=0
|
number=0
|
||||||
numbered=false
|
numbered=false
|
||||||
@@ -378,8 +377,6 @@ Parameters:
|
|||||||
<dd>Optional. String. CSS value. Total height.</dd>
|
<dd>Optional. String. CSS value. Total height.</dd>
|
||||||
<dt><code>horizontal</code></dt>
|
<dt><code>horizontal</code></dt>
|
||||||
<dd>Optional. String. Horizontal alignment. Must be <code>start</code>, <code>center</code>, or <code>end</code>. Default is <code>center</code>.</dd>
|
<dd>Optional. String. Horizontal alignment. Must be <code>start</code>, <code>center</code>, or <code>end</code>. Default is <code>center</code>.</dd>
|
||||||
<dt><code>maxheight</code></dt>
|
|
||||||
<dd>Optional. String. CSS value. Maximum total height.</dd>
|
|
||||||
<dt><code>maxwidth</code></dt>
|
<dt><code>maxwidth</code></dt>
|
||||||
<dd>Optional. String. CSS value. Maximum total width.</dd>
|
<dd>Optional. String. CSS value. Maximum total width.</dd>
|
||||||
<dt><code>number</code></dt>
|
<dt><code>number</code></dt>
|
||||||
@@ -495,7 +492,6 @@ The `paige/gallery` shortcode provides a figure with a collection of images.
|
|||||||
height="10rem"
|
height="10rem"
|
||||||
images="*.jpg"
|
images="*.jpg"
|
||||||
justify="center"
|
justify="center"
|
||||||
maxheight="10rem"
|
|
||||||
maxwidth="10rem"
|
maxwidth="10rem"
|
||||||
method="resize"
|
method="resize"
|
||||||
options="550x webp picture Lanczos"
|
options="550x webp picture Lanczos"
|
||||||
@@ -508,7 +504,6 @@ The `paige/gallery` shortcode provides a figure with a collection of images.
|
|||||||
caption="My caption"
|
caption="My caption"
|
||||||
height="10rem"
|
height="10rem"
|
||||||
image="me.jpg"
|
image="me.jpg"
|
||||||
maxheight="10rem"
|
|
||||||
maxwidth="10rem"
|
maxwidth="10rem"
|
||||||
method="resize"
|
method="resize"
|
||||||
options="550x webp picture Lanczos"
|
options="550x webp picture Lanczos"
|
||||||
@@ -519,7 +514,6 @@ The `paige/gallery` shortcode provides a figure with a collection of images.
|
|||||||
caption="My caption"
|
caption="My caption"
|
||||||
height="10rem"
|
height="10rem"
|
||||||
image="you.jpg"
|
image="you.jpg"
|
||||||
maxheight="10rem"
|
|
||||||
maxwidth="10rem"
|
maxwidth="10rem"
|
||||||
method="resize"
|
method="resize"
|
||||||
options="550x webp picture Lanczos"
|
options="550x webp picture Lanczos"
|
||||||
@@ -546,8 +540,6 @@ Parameters:
|
|||||||
<dd>Optional. Position 0. String. Page, site, or remote images glob. Default is all image page resources.</dd>
|
<dd>Optional. Position 0. String. Page, site, or remote images glob. Default is all image page resources.</dd>
|
||||||
<dt><code>justify</code></dt>
|
<dt><code>justify</code></dt>
|
||||||
<dd>Optional. String. Main axis space distribution. Must be <code>around</code>, <code>between</code>, <code>center</code>, <code>end</code>, <code>evenly</code>, or <code>start</code>. Must not be used when nested.</dd>
|
<dd>Optional. String. Main axis space distribution. Must be <code>around</code>, <code>between</code>, <code>center</code>, <code>end</code>, <code>evenly</code>, or <code>start</code>. Must not be used when nested.</dd>
|
||||||
<dt><code>maxheight</code></dt>
|
|
||||||
<dd>Optional. String. CSS value. Maximum image height.</dd>
|
|
||||||
<dt><code>maxwidth</code></dt>
|
<dt><code>maxwidth</code></dt>
|
||||||
<dd>Optional. String. CSS value. Maximum image width.</dd>
|
<dd>Optional. String. CSS value. Maximum image width.</dd>
|
||||||
<dt><code>method</code></dt>
|
<dt><code>method</code></dt>
|
||||||
|
@@ -119,22 +119,6 @@ I made a huge tiny mistake. In fact, it was a box of Oscar's legally obtained me
|
|||||||
|
|
||||||
Code:
|
Code:
|
||||||
|
|
||||||
```go-text-template
|
|
||||||
{{</* paige/figure caption="Hickory Dickory Dock" height="5rem" */>}}
|
|
||||||
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
|
|
||||||
{{</* /paige/figure */>}}
|
|
||||||
```
|
|
||||||
|
|
||||||
Result:
|
|
||||||
|
|
||||||
{{< paige/figure caption="Hickory Dickory Dock" height="5rem" >}}
|
|
||||||
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
|
|
||||||
{{< /paige/figure >}}
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Code:
|
|
||||||
|
|
||||||
```go-text-template
|
```go-text-template
|
||||||
{{</* paige/figure caption="Hickory Dickory Dock" height="20rem" */>}}
|
{{</* paige/figure caption="Hickory Dickory Dock" height="20rem" */>}}
|
||||||
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
|
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
|
||||||
@@ -179,38 +163,6 @@ Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br
|
|||||||
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
|
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
|
||||||
{{< /paige/figure >}}
|
{{< /paige/figure >}}
|
||||||
|
|
||||||
## Maxheight parameter
|
|
||||||
|
|
||||||
Code:
|
|
||||||
|
|
||||||
```go-text-template
|
|
||||||
{{</* paige/figure caption="Hickory Dickory Dock" maxheight="5rem" */>}}
|
|
||||||
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
|
|
||||||
{{</* /paige/figure */>}}
|
|
||||||
```
|
|
||||||
|
|
||||||
Result:
|
|
||||||
|
|
||||||
{{< paige/figure caption="Hickory Dickory Dock" maxheight="5rem" >}}
|
|
||||||
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
|
|
||||||
{{< /paige/figure >}}
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Code:
|
|
||||||
|
|
||||||
```go-text-template
|
|
||||||
{{</* paige/figure caption="Hickory Dickory Dock" maxheight="20rem" */>}}
|
|
||||||
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
|
|
||||||
{{</* /paige/figure */>}}
|
|
||||||
```
|
|
||||||
|
|
||||||
Result:
|
|
||||||
|
|
||||||
{{< paige/figure caption="Hickory Dickory Dock" maxheight="20rem" >}}
|
|
||||||
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
|
|
||||||
{{< /paige/figure >}}
|
|
||||||
|
|
||||||
## Maxwidth parameter
|
## Maxwidth parameter
|
||||||
|
|
||||||
Code:
|
Code:
|
||||||
@@ -406,13 +358,13 @@ I made a huge tiny mistake. In fact, it was a box of Oscar's legally obtained me
|
|||||||
Code:
|
Code:
|
||||||
|
|
||||||
```go-text-template
|
```go-text-template
|
||||||
{{</* paige/figure caption="Hickory Dickory Dock" horizontal="end" maxheight="20rem" maxwidth="10rem" number=7 vertical="center" */>}}
|
{{</* paige/figure caption="Hickory Dickory Dock" height="20rem" horizontal="end" maxwidth="10rem" number=7 vertical="center" */>}}
|
||||||
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
|
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
|
||||||
{{</* /paige/figure */>}}
|
{{</* /paige/figure */>}}
|
||||||
```
|
```
|
||||||
|
|
||||||
Result:
|
Result:
|
||||||
|
|
||||||
{{< paige/figure caption="Hickory Dickory Dock" horizontal="end" maxheight="20rem" maxwidth="10rem" number=7 vertical="center" >}}
|
{{< paige/figure caption="Hickory Dickory Dock" height="20rem" horizontal="end" maxwidth="10rem" number=7 vertical="center" >}}
|
||||||
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
|
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
|
||||||
{{< /paige/figure >}}
|
{{< /paige/figure >}}
|
||||||
|
@@ -7,7 +7,6 @@
|
|||||||
{{ $gap := $params.gap }}
|
{{ $gap := $params.gap }}
|
||||||
{{ $height := $params.height }}
|
{{ $height := $params.height }}
|
||||||
{{ $horizontal := $params.horizontal | default "center" }}
|
{{ $horizontal := $params.horizontal | default "center" }}
|
||||||
{{ $maxheight := $params.maxheight }}
|
|
||||||
{{ $maxwidth := $params.maxwidth }}
|
{{ $maxwidth := $params.maxwidth }}
|
||||||
{{ $number := $params.number }}
|
{{ $number := $params.number }}
|
||||||
{{ $numbered := $params.numbered }}
|
{{ $numbered := $params.numbered }}
|
||||||
@@ -28,10 +27,6 @@
|
|||||||
{{ $heights = $heights | append (printf "height: %v" $height) }}
|
{{ $heights = $heights | append (printf "height: %v" $height) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if $maxheight }}
|
|
||||||
{{ $heights = $heights | append (printf "max-height: %v" $maxheight) }}
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ $heights = delimit ($heights | sort) "; " }}
|
{{ $heights = delimit ($heights | sort) "; " }}
|
||||||
|
|
||||||
{{ if $maxwidth }}
|
{{ if $maxwidth }}
|
||||||
|
@@ -7,7 +7,6 @@
|
|||||||
{{ $height := $params.height }}
|
{{ $height := $params.height }}
|
||||||
{{ $horizontal := $params.horizontal }}
|
{{ $horizontal := $params.horizontal }}
|
||||||
{{ $link := $params.link }}
|
{{ $link := $params.link }}
|
||||||
{{ $maxheight := $params.maxheight }}
|
|
||||||
{{ $maxwidth := $params.maxwidth }}
|
{{ $maxwidth := $params.maxwidth }}
|
||||||
{{ $method := $params.method }}
|
{{ $method := $params.method }}
|
||||||
{{ $number := $params.number }}
|
{{ $number := $params.number }}
|
||||||
@@ -47,7 +46,6 @@
|
|||||||
"float" $float
|
"float" $float
|
||||||
"height" $height
|
"height" $height
|
||||||
"horizontal" $horizontal
|
"horizontal" $horizontal
|
||||||
"maxheight" $maxheight
|
|
||||||
"maxwidth" $maxwidth
|
"maxwidth" $maxwidth
|
||||||
"number" $number
|
"number" $number
|
||||||
"numbered" $numbered
|
"numbered" $numbered
|
||||||
|
@@ -7,7 +7,6 @@
|
|||||||
{{ $fingerprint := $params.fingerprint | default true }}
|
{{ $fingerprint := $params.fingerprint | default true }}
|
||||||
{{ $height := $params.height }}
|
{{ $height := $params.height }}
|
||||||
{{ $loading := $params.loading | default "lazy" }}
|
{{ $loading := $params.loading | default "lazy" }}
|
||||||
{{ $maxheight := $params.maxheight }}
|
|
||||||
{{ $maxwidth := $params.maxwidth }}
|
{{ $maxwidth := $params.maxwidth }}
|
||||||
{{ $method := $params.method }}
|
{{ $method := $params.method }}
|
||||||
{{ $options := $params.options }}
|
{{ $options := $params.options }}
|
||||||
@@ -57,11 +56,11 @@
|
|||||||
{{ $src = $resource.RelPermalink }}
|
{{ $src = $resource.RelPermalink }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if and (or $height $maxheight) (not (or $maxwidth $width)) }}
|
{{ if and $height (not (or $maxwidth $width)) }}
|
||||||
{{ $width = "auto" }}
|
{{ $width = "auto" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if and (or $maxwidth $width) (not (or $height $maxheight)) }}
|
{{ if and (or $maxwidth $width) (not $height) }}
|
||||||
{{ $height = "auto" }}
|
{{ $height = "auto" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
@@ -75,16 +74,6 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if $maxheight }}
|
|
||||||
{{ with printf "max-height: %v" $maxheight }}
|
|
||||||
{{ if $style }}
|
|
||||||
{{ $style = printf "%v; %v" $style . }}
|
|
||||||
{{ else }}
|
|
||||||
{{ $style = . }}
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ if $maxwidth }}
|
{{ if $maxwidth }}
|
||||||
{{ with printf "max-width: %v" $maxwidth }}
|
{{ with printf "max-width: %v" $maxwidth }}
|
||||||
{{ if $style }}
|
{{ if $style }}
|
||||||
|
@@ -3,7 +3,6 @@
|
|||||||
{{ $height := .Get "height" }}
|
{{ $height := .Get "height" }}
|
||||||
{{ $horizontal := .Get "horizontal" }}
|
{{ $horizontal := .Get "horizontal" }}
|
||||||
{{ $lang := .Get 0 | default (.Get "lang") | default "plaintext" }}
|
{{ $lang := .Get 0 | default (.Get "lang") | default "plaintext" }}
|
||||||
{{ $maxheight := .Get "maxheight" }}
|
|
||||||
{{ $maxwidth := .Get "maxwidth" }}
|
{{ $maxwidth := .Get "maxwidth" }}
|
||||||
{{ $number := .Get "number" }}
|
{{ $number := .Get "number" }}
|
||||||
{{ $numbered := .Get "numbered" }}
|
{{ $numbered := .Get "numbered" }}
|
||||||
@@ -20,7 +19,6 @@
|
|||||||
"gap" 2
|
"gap" 2
|
||||||
"height" $height
|
"height" $height
|
||||||
"horizontal" $horizontal
|
"horizontal" $horizontal
|
||||||
"maxheight" $maxheight
|
|
||||||
"maxwidth" $maxwidth
|
"maxwidth" $maxwidth
|
||||||
"number" $number
|
"number" $number
|
||||||
"numbered" $numbered
|
"numbered" $numbered
|
||||||
|
@@ -3,7 +3,6 @@
|
|||||||
{{ $float := .Get "float" }}
|
{{ $float := .Get "float" }}
|
||||||
{{ $height := .Get "height" }}
|
{{ $height := .Get "height" }}
|
||||||
{{ $horizontal := .Get "horizontal" }}
|
{{ $horizontal := .Get "horizontal" }}
|
||||||
{{ $maxheight := .Get "maxheight" }}
|
|
||||||
{{ $maxwidth := .Get "maxwidth" }}
|
{{ $maxwidth := .Get "maxwidth" }}
|
||||||
{{ $number := .Get "number" }}
|
{{ $number := .Get "number" }}
|
||||||
{{ $numbered := .Get "numbered" }}
|
{{ $numbered := .Get "numbered" }}
|
||||||
@@ -17,7 +16,6 @@
|
|||||||
"gap" 2
|
"gap" 2
|
||||||
"height" $height
|
"height" $height
|
||||||
"horizontal" $horizontal
|
"horizontal" $horizontal
|
||||||
"maxheight" $maxheight
|
|
||||||
"maxwidth" $maxwidth
|
"maxwidth" $maxwidth
|
||||||
"number" $number
|
"number" $number
|
||||||
"numbered" $numbered
|
"numbered" $numbered
|
||||||
|
@@ -4,7 +4,6 @@
|
|||||||
{{ $image := .Get "image" }}
|
{{ $image := .Get "image" }}
|
||||||
{{ $images := .Get 0 | default (.Get "images") }}
|
{{ $images := .Get 0 | default (.Get "images") }}
|
||||||
{{ $justify := .Get "justify" | default "center" }}
|
{{ $justify := .Get "justify" | default "center" }}
|
||||||
{{ $maxheight := .Get "maxheight" }}
|
|
||||||
{{ $maxwidth := .Get "maxwidth" }}
|
{{ $maxwidth := .Get "maxwidth" }}
|
||||||
{{ $method := .Get "method" | default "resize" }}
|
{{ $method := .Get "method" | default "resize" }}
|
||||||
{{ $number := .Get "number" }}
|
{{ $number := .Get "number" }}
|
||||||
@@ -33,7 +32,6 @@
|
|||||||
"gap" 2
|
"gap" 2
|
||||||
"height" $height
|
"height" $height
|
||||||
"link" $link
|
"link" $link
|
||||||
"maxheight" $maxheight
|
|
||||||
"maxwidth" $maxwidth
|
"maxwidth" $maxwidth
|
||||||
"method" $method
|
"method" $method
|
||||||
"options" $options
|
"options" $options
|
||||||
@@ -49,7 +47,6 @@
|
|||||||
"content" (partial "paige/img.html" (dict
|
"content" (partial "paige/img.html" (dict
|
||||||
"class" "img-fluid"
|
"class" "img-fluid"
|
||||||
"height" $height
|
"height" $height
|
||||||
"maxheight" $maxheight
|
|
||||||
"maxwidth" $maxwidth
|
"maxwidth" $maxwidth
|
||||||
"method" $method
|
"method" $method
|
||||||
"options" $options
|
"options" $options
|
||||||
@@ -105,7 +102,6 @@
|
|||||||
"content" (partial "paige/img.html" (dict
|
"content" (partial "paige/img.html" (dict
|
||||||
"class" "img-fluid"
|
"class" "img-fluid"
|
||||||
"height" $height
|
"height" $height
|
||||||
"maxheight" $maxheight
|
|
||||||
"maxwidth" $maxwidth
|
"maxwidth" $maxwidth
|
||||||
"method" $method
|
"method" $method
|
||||||
"options" $options
|
"options" $options
|
||||||
@@ -129,7 +125,6 @@
|
|||||||
"content" (partial "paige/img.html" (dict
|
"content" (partial "paige/img.html" (dict
|
||||||
"class" "img-fluid"
|
"class" "img-fluid"
|
||||||
"height" $height
|
"height" $height
|
||||||
"maxheight" $maxheight
|
|
||||||
"maxwidth" $maxwidth
|
"maxwidth" $maxwidth
|
||||||
"method" $method
|
"method" $method
|
||||||
"options" $options
|
"options" $options
|
||||||
|
@@ -4,7 +4,6 @@
|
|||||||
{{ $height := .Get "height" }}
|
{{ $height := .Get "height" }}
|
||||||
{{ $horizontal := .Get "horizontal" }}
|
{{ $horizontal := .Get "horizontal" }}
|
||||||
{{ $link := .Get "link" }}
|
{{ $link := .Get "link" }}
|
||||||
{{ $maxheight := .Get "maxheight" }}
|
|
||||||
{{ $maxwidth := .Get "maxwidth" }}
|
{{ $maxwidth := .Get "maxwidth" }}
|
||||||
{{ $method := .Get "method" }}
|
{{ $method := .Get "method" }}
|
||||||
{{ $number := .Get "number" }}
|
{{ $number := .Get "number" }}
|
||||||
@@ -24,7 +23,6 @@
|
|||||||
"height" $height
|
"height" $height
|
||||||
"horizontal" $horizontal
|
"horizontal" $horizontal
|
||||||
"link" $link
|
"link" $link
|
||||||
"maxheight" $maxheight
|
|
||||||
"maxwidth" $maxwidth
|
"maxwidth" $maxwidth
|
||||||
"method" $method
|
"method" $method
|
||||||
"number" $number
|
"number" $number
|
||||||
|
@@ -3,7 +3,6 @@
|
|||||||
{{ $float := .Get "float" }}
|
{{ $float := .Get "float" }}
|
||||||
{{ $height := .Get "height" }}
|
{{ $height := .Get "height" }}
|
||||||
{{ $horizontal := .Get "horizontal" }}
|
{{ $horizontal := .Get "horizontal" }}
|
||||||
{{ $maxheight := .Get "maxheight" }}
|
|
||||||
{{ $maxwidth := .Get "maxwidth" }}
|
{{ $maxwidth := .Get "maxwidth" }}
|
||||||
{{ $number := .Get "number" }}
|
{{ $number := .Get "number" }}
|
||||||
{{ $numbered := .Get "numbered" }}
|
{{ $numbered := .Get "numbered" }}
|
||||||
@@ -18,7 +17,6 @@
|
|||||||
"float" $float
|
"float" $float
|
||||||
"height" $height
|
"height" $height
|
||||||
"horizontal" $horizontal
|
"horizontal" $horizontal
|
||||||
"maxheight" $maxheight
|
|
||||||
"maxwidth" $maxwidth
|
"maxwidth" $maxwidth
|
||||||
"number" $number
|
"number" $number
|
||||||
"numbered" $numbered
|
"numbered" $numbered
|
||||||
|
@@ -13,7 +13,6 @@
|
|||||||
{{ $horizontal := .Get "horizontal" }}
|
{{ $horizontal := .Get "horizontal" }}
|
||||||
{{ $keyboard := .Get "keyboard" | default true }}
|
{{ $keyboard := .Get "keyboard" | default true }}
|
||||||
{{ $loop := .Get "loop" }}
|
{{ $loop := .Get "loop" }}
|
||||||
{{ $maxheight := .Get "maxheight" }}
|
|
||||||
{{ $maxwidth := .Get "maxwidth" }}
|
{{ $maxwidth := .Get "maxwidth" }}
|
||||||
{{ $muted := .Get "muted" }}
|
{{ $muted := .Get "muted" }}
|
||||||
{{ $number := .Get "number" }}
|
{{ $number := .Get "number" }}
|
||||||
@@ -130,7 +129,6 @@
|
|||||||
"gap" 2
|
"gap" 2
|
||||||
"height" $height
|
"height" $height
|
||||||
"horizontal" $horizontal
|
"horizontal" $horizontal
|
||||||
"maxheight" $maxheight
|
|
||||||
"maxwidth" $maxwidth
|
"maxwidth" $maxwidth
|
||||||
"number" $number
|
"number" $number
|
||||||
"numbered" $numbered
|
"numbered" $numbered
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
{{ $horizontal := .Get "horizontal" }}
|
{{ $horizontal := .Get "horizontal" }}
|
||||||
{{ $list := .Get "list" }}
|
{{ $list := .Get "list" }}
|
||||||
{{ $loop := .Get "loop" }}
|
{{ $loop := .Get "loop" }}
|
||||||
{{ $maxheight := .Get "maxheight" }}
|
|
||||||
{{ $maxwidth := .Get "maxwidth" }}
|
{{ $maxwidth := .Get "maxwidth" }}
|
||||||
{{ $mute := .Get "mute" }}
|
{{ $mute := .Get "mute" }}
|
||||||
{{ $number := .Get "number" }}
|
{{ $number := .Get "number" }}
|
||||||
@@ -84,7 +83,6 @@
|
|||||||
"gap" 2
|
"gap" 2
|
||||||
"height" $height
|
"height" $height
|
||||||
"horizontal" $horizontal
|
"horizontal" $horizontal
|
||||||
"maxheight" $maxheight
|
|
||||||
"maxwidth" $maxwidth
|
"maxwidth" $maxwidth
|
||||||
"number" $number
|
"number" $number
|
||||||
"numbered" $numbered
|
"numbered" $numbered
|
||||||
|
Reference in New Issue
Block a user