From f245d15da01d97c7db6a30a69c7a3ed19636d81a Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Wed, 11 Aug 2021 16:08:39 +0200 Subject: [PATCH] Fix sponsor image paths --- pelicanconf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index f54d1fd..fb966e4 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -3,10 +3,10 @@ from datetime import date TODAY = date.today() SPONSORS = [ - ("SpeedPartner", "/images/sponsors/speedpartner.png", "https://www.speedpartner.de", date(2038, 12, 31)), - ("Informatik aktuell", "/images/sponsors/informatik_aktuell.png", "https://www.informatik-aktuell.de/", date(2021, 12, 31)), - ("Python Software-Verband e.V.", "/images/sponsors/pysv.png", "https://www.python-verband.org", date(2021, 7, 31)), - ("Proxmox Server Solutions GmbH", "/images/sponsors/proxmox.png", "https://proxmox.com", date(2022, 4, 30)), + ("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(2021, 12, 31)), + ("Python Software-Verband e.V.", "/theme/images/sponsors/pysv.png", "https://www.python-verband.org", date(2021, 7, 31)), + ("Proxmox Server Solutions GmbH", "/theme/images/sponsors/proxmox.png", "https://proxmox.com", date(2022, 4, 30)), ] SPONSORSTEXTS = { -- GitLab