mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-26 00:42:18 +00:00
Merge branch 'main' into drafts
This commit is contained in:
commit
36c0b53180
1 changed files with 12 additions and 10 deletions
|
@ -22,7 +22,9 @@
|
||||||
{{ $thumbnail := $.Resources.Get . }}
|
{{ $thumbnail := $.Resources.Get . }}
|
||||||
{{ with $thumbnail }}
|
{{ with $thumbnail }}
|
||||||
{{ $img = $img.Filter (images.Overlay (.Process "fit 300x250") 875 38 )}}
|
{{ $img = $img.Filter (images.Overlay (.Process "fit 300x250") 875 38 )}}
|
||||||
{{ end }}{{ end }}
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ $img = $img.Filter (images.Text $text (dict
|
{{ $img = $img.Filter (images.Text $text (dict
|
||||||
"color" "#d8d8d8"
|
"color" "#d8d8d8"
|
||||||
"size" 64
|
"size" 64
|
||||||
|
|
Loading…
Reference in a new issue