Fix byline param name

This commit is contained in:
Will Faught
2023-02-05 20:05:29 -08:00
parent 4dd8f17e8f
commit f8a7db93c1

View File

@@ -37,7 +37,7 @@
{{ end }}
{{ 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 }}
{{ with $color }}