Skip to content

Commit 9375c30

Browse files
Update pelicanconf.py
1 parent be937eb commit 9375c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def sponsors(preprocessor: Preprocessor, tag: str, markup: str) -> str:
5555
SPONSORS = {
5656
"gold": tuple({"name": s[0], "img": sponsor_img(s[0]), "url": s[1]} for s in _SPONSORS_GOLD),
5757
"silver": tuple({"name": s[0], "url": s[1]} for s in _SPONSORS_SILVER),
58-
"bronze": tuple({"name": s for s in _SPONSORS_BRONZE})
58+
"bronze": tuple({"name": s} for s in _SPONSORS_BRONZE)
5959
}
6060

6161
# URL settings

0 commit comments

Comments
 (0)