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 be937eb commit 9375c30Copy full SHA for 9375c30
pelicanconf.py
@@ -55,7 +55,7 @@ def sponsors(preprocessor: Preprocessor, tag: str, markup: str) -> str:
55
SPONSORS = {
56
"gold": tuple({"name": s[0], "img": sponsor_img(s[0]), "url": s[1]} for s in _SPONSORS_GOLD),
57
"silver": tuple({"name": s[0], "url": s[1]} for s in _SPONSORS_SILVER),
58
- "bronze": tuple({"name": s for s in _SPONSORS_BRONZE})
+ "bronze": tuple({"name": s} for s in _SPONSORS_BRONZE)
59
}
60
61
# URL settings
0 commit comments