Remove raw param

This commit is contained in:
Will Faught
2023-03-05 14:57:18 -08:00
parent a2477daa5a
commit 693fe4b088
9 changed files with 17 additions and 64 deletions

View File

@@ -5,7 +5,6 @@
{{ $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,7 +22,6 @@
"method" $method
"options" $options
"page" .Page
"raw" $raw
"src" $src
"title" $title
"width" $width