Add raw param to image shortcodes

This commit is contained in:
Will Faught
2023-01-15 23:42:03 -08:00
parent 13910ca440
commit c9a9cf9b61
5 changed files with 40 additions and 5 deletions

View File

@@ -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