Add format param
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{{ $alt := .Get "alt" }}
|
||||
{{ $format := .Get "format" }}
|
||||
{{ $height := .Get "height" }}
|
||||
{{ $link := .Get "link" }}
|
||||
{{ $maxheight := .Get "maxheight" }}
|
||||
@@ -16,6 +17,7 @@
|
||||
{{ $content := partial "paige/img.html" (dict
|
||||
"alt" $alt
|
||||
"class" "img-fluid"
|
||||
"format" $format
|
||||
"height" $height
|
||||
"maxheight" $maxheight
|
||||
"maxwidth" $maxwidth
|
||||
|
Reference in New Issue
Block a user