Skip to content

Commit 6e209ce

Browse files
Apply suggestion from @Dreamsorcerer
1 parent f3be12b commit 6e209ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pelicanconf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ def sponsors(preprocessor: Preprocessor, tag: str, markup: str) -> str:
5050
("Open Home Foundation", "https://www.openhomefoundation.org/"),
5151
)
5252
_SPONSORS_SILVER = (
53-
("Test silver sponsor", "https://aiohttp.org/"),
54-
("Another Silver", "https://aiohttp.org/"),
53+
# ("Test silver sponsor", "https://aiohttp.org/"),
5554
)
5655
_SPONSORS_BRONZE = ("thanks.dev", "dmTECH")
5756

0 commit comments

Comments
 (0)