Skip to content

Commit 515fbd6

Browse files
committed
Remove broken WARNING fallback for unknown sponsor IDs
Markdown inside the wdc-sponsors-page <div> doesn't render because md_in_html isn't enabled, so the warning showed as literal text. The fallback was dev-only and any bad sponsor ID is caught during local mkdocs serve. Addresses PR #118 review feedback.
1 parent fc17b7c commit 515fbd6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/sponsors/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ hide:
7373
</div>
7474
</div>
7575
</div>
76-
{% else %}
77-
> **WARNING:** Unknown sponsor ID `{{ id }}` referenced in `{{ year }}`. Check `data/sponsors.yml` for a typo.
7876
{% endif %}
7977
{% endfor %}
8078
</div>

0 commit comments

Comments
 (0)