Skip to content

Commit

Permalink
Len fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 committed Jun 20, 2024
1 parent c3427b9 commit e5f952a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/stars/_content.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{{ $heroUrl := printf "https://opengraph.githubassets.com/%s/%s" .default_branch .full_name }}
{{ $localHero := printf "%s/hero.png" .node_id }}
{{ $startags := (slice "Untagged") }}
{{ if gt (length .topics) 0 }}
{{ if gt (len .topics) 0 }}
{{ $startags = .topics }}
{{ end }}
{{ $params := dict
Expand Down

0 comments on commit e5f952a

Please sign in to comment.