We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c149d0b commit 2cd2356Copy full SHA for 2cd2356
_posts/2025-10-25-contest-winners.md
@@ -18,8 +18,7 @@ categories: news
18
<section class="w-full mx-auto">
19
<div class="space-y-15">
20
{% for w in site.data.contests_winners.winners %}
21
- {% assign work_key = w.work %}
22
- {% assign work = site.data.contests_winners.works[work_key] %}
+ {% assign work = site.data.contests_winners.works[w.work] %}
23
<article>
24
<div>
25
<h3 class="text-3xl mb-4">{{ w.award }}</h3>
0 commit comments