From aa2fcd093527baa1f8edf95889010a30c3846be6 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 29 Jan 2021 23:34:24 +0100 Subject: [PATCH] Correct banner --- pelicanconf.py | 2 +- themes/teckids | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index e6eb51a..873c1a7 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -5,7 +5,7 @@ from __future__ import unicode_literals AUTHOR = 'Teckids e.V.' SITENAME = "Hack'n'Fun" SITEURL = '' -SITELOGO = f'{SITEURL}/images/logo.png' +SITELOGO = f'{SITEURL}/theme/artwork/banner-hacknfun.svg' STATIC_PATHS = ["static", "images"] PATH = 'content' diff --git a/themes/teckids b/themes/teckids index d5eec6c..e2840dd 160000 --- a/themes/teckids +++ b/themes/teckids @@ -1 +1 @@ -Subproject commit d5eec6c9be47212be186d6e4572e888b3014c2d9 +Subproject commit e2840dda5d4d3ace2adf9c80e00e380ae83a6607 -- GitLab