diff --git a/pelican_theme_teckids/pelicanconf.py b/pelican_theme_teckids/pelicanconf.py index 057b99a492f0e6d2848a806ff67c91bc3d98306b..7c6837e94e3c351fb4f32bff972f67bc0ea42bb0 100644 --- a/pelican_theme_teckids/pelicanconf.py +++ b/pelican_theme_teckids/pelicanconf.py @@ -73,6 +73,7 @@ SPONSORS = [ ("SpeedPartner", "/theme/images/sponsors/speedpartner.png", "https://www.speedpartner.de", date(2038, 12, 31)), ("Informatik aktuell", "/theme/images/sponsors/informatik_aktuell.png", "https://www.informatik-aktuell.de/", date(2022, 12, 31)), ("Python Software-Verband e.V.", "/theme/images/sponsors/pysv.png", "https://www.python-verband.org", date(2022, 10, 30)), + ("Linuxhotel GmbH", "/theme/images/sponsors/linuxhotel.png", "https://www.linuxhotel.de", date(2022, 12, 31)), ("Proxmox Server Solutions GmbH", "/theme/images/sponsors/proxmox.png", "https://proxmox.com", date(2022, 4, 30)), ] PARTNERS = [ diff --git a/pelican_theme_teckids/static/images/sponsors/linuxhotel.png b/pelican_theme_teckids/static/images/sponsors/linuxhotel.png new file mode 100644 index 0000000000000000000000000000000000000000..baf167fc6df49a60c7926ce89a62da672697d424 Binary files /dev/null and b/pelican_theme_teckids/static/images/sponsors/linuxhotel.png differ