| 1 | {{- $page := . -}} |
| 2 | {{- with $page.Params.top_repo -}} |
| 3 | <section class="article-featured-repos" aria-label="Featured repository"> |
| 4 | {{ partial "repo-card.html" (dict |
| 5 | "repo" . |
| 6 | "description" (printf "Top repository anchoring %s's GitHub signal." ($page.Params.week | default "this report")) |
| 7 | "variant" "hero" |
| 8 | ) }} |
| 9 | </section> |
| 10 | {{- end -}} |