Add raw param to image shortcodes
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
{{ $method := .method }}
|
||||
{{ $options := .options }}
|
||||
{{ $page := .page }}
|
||||
{{ $raw := .raw }}
|
||||
{{ $resource := .resource }}
|
||||
{{ $src := .src }}
|
||||
{{ $table := .table }}
|
||||
@@ -21,6 +22,7 @@
|
||||
"method" $method
|
||||
"options" $options
|
||||
"page" $page
|
||||
"raw" $raw
|
||||
"resource" $resource
|
||||
"src" $src
|
||||
"title" $title
|
||||
|
Reference in New Issue
Block a user