Skip to content

Commit

Permalink
πŸ› UTF8 ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Funasitien authored Sep 20, 2024
1 parent e4bf97b commit 0dd69bd
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"lineSpacing" 10
"x" 65 "y" 180
"font" $font
"encoding" "UTF-8"
}}

{{ $filters := slice (images.Text $textTitle $textTitleOptions) }}
Expand Down Expand Up @@ -49,6 +50,7 @@
"lineSpacing" 10
"x" 65 "y" (add 290 $descPadding)
"font" $font
"encoding" "UTF-8"
}}
{{ $descFilter := (images.Text $textDesc $textDescOptions) }}
{{ $filters = $filters | append $descFilter }}
Expand All @@ -62,6 +64,7 @@
"lineSpacing" 10
"x" 65 "y" 550
"font" $font
"encoding" "UTF-8"
}}
{{ $siteTitleFilter := (images.Text $textSiteTitle $textSiteTitleOptions)}}
{{ $filters = $filters | append $siteTitleFilter }}
Expand All @@ -70,4 +73,4 @@
{{ $featured = $featured | images.Filter $filters }}
{{ end }}

{{ return $featured }}
{{ return $featured }}

0 comments on commit 0dd69bd

Please sign in to comment.