Update the imgproc shortcode

This commit is contained in:
Bjørn Erik Pedersen 2018-01-29 14:12:41 +01:00
parent 59e0fc2099
commit 6299d6dbb5
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F

View File

@ -1,4 +1,4 @@
{{ $original := .Page.Resources.GetByPrefix (.Get 0) }}
{{ $original := .Page.Resources.GetMatch (printf "%s*" (.Get 0)) }}
{{ $command := .Get 1 }}
{{ $options := .Get 2 }}
{{ if eq $command "Fit"}}