diff --git a/pelicanconf.py b/pelicanconf.py index de27c73827daf7f3706a745df77058457a0b3318..69c3062153c23ded38f5e456839d837b7612ad08 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -7,6 +7,8 @@ from pelican_theme_teckids.pelicanconf import * SITENAME = "LEOPARD" SITELOGO = f'{SITEURL}/theme/artwork/banner-leopard.svg' +GITWEB_BASE = "https://edugit.org/LEOPARD/leopard.institute/-/tree/master" + MENUITEMS += [ ('Formate', 'pages/formate.html'), ('Konzepte', 'pages/konzepte.html'),