Add raw param to image shortcodes
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
{{ $maxwidth := .Get "maxwidth" }}
|
||||
{{ $method := .Get "method" }}
|
||||
{{ $options := .Get "options" }}
|
||||
{{ $raw := .Get "raw" }}
|
||||
{{ $src := .Get 0 | default (.Get "src") }}
|
||||
{{ $title := .Get "title" }}
|
||||
{{ $width := .Get "width" }}
|
||||
@@ -23,6 +24,7 @@
|
||||
"maxwidth" $maxwidth
|
||||
"method" $method
|
||||
"options" $options
|
||||
"raw" $raw
|
||||
"src" $src
|
||||
"title" $title
|
||||
"width" $width
|
||||
|
Reference in New Issue
Block a user