Fix byline param name
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if and (ne $byline nil) (ne $byline "") }}
|
{{ if and (ne $byline nil) (ne $byline "") }}
|
||||||
{{ $params = $params | append (printf "portrait=%v" (cond $byline 1 0)) }}
|
{{ $params = $params | append (printf "byline=%v" (cond $byline 1 0)) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ with $color }}
|
{{ with $color }}
|
||||||
|
Reference in New Issue
Block a user