diff --git a/content/images/sponsors/openai.svg b/content/images/sponsors/openai.svg new file mode 100644 index 0000000..5da929f --- /dev/null +++ b/content/images/sponsors/openai.svg @@ -0,0 +1,3 @@ + + + diff --git a/pelicanconf.py b/pelicanconf.py index 5847e66..85dfaa7 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -48,6 +48,7 @@ def sponsors(preprocessor: Preprocessor, tag: str, markup: str) -> str: _SPONSORS_GOLD = ( ("Tidelift", "https://tidelift.com/"), ("Open Home Foundation", "https://www.openhomefoundation.org/"), + ("OpenAI", "https://openai.com/"), ) _SPONSORS_SILVER = ( ("Klaviyo", " https://www.klaviyo.com/"),