diff --git a/content/images/sponsors/logo_pysv.png b/content/images/sponsors/logo_pysv.png new file mode 100644 index 0000000000000000000000000000000000000000..21faeacea8a21a8b3ec7e164f74c5a961651b6e4 Binary files /dev/null and b/content/images/sponsors/logo_pysv.png differ diff --git a/pelicanconf.py b/pelicanconf.py index f7dae2cc4aefbb6f0d4d1038c948a05d30f4985a..a5668ae9077a674308fa8ce21ccf2d8d9a80a0d5 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -108,7 +108,7 @@ PRIMARY_LIGHT = "#FF9955" SECONDARY_DARK = "#0606FA" SECONDARY_LIGHT = "#005EBE" -SPONSOR_LOGOS = (("/images/sponsors/logo-bareos.png", "https://www.bareos.com/"), +SPONSOR_LOGOS = (("/images/sponsors/logo_pysv.png", "https://www.python-verband.org/"), ("/images/sponsors/logo-speedpartner.png", "https://www.speedpartner.de/"), ("/images/sponsors/logo_informatik-aktuell.png", "https://www.informatik-aktuell.de/"))