diff --git a/homepage/pelicanconf.py b/homepage/pelicanconf.py index bb4a79e..ade321a 100644 --- a/homepage/pelicanconf.py +++ b/homepage/pelicanconf.py @@ -97,8 +97,7 @@ HEROKU_DIRECT_URL = 'https://heroku.com/deploy?template=https://github.com/offen UBERSPACE_DIRECT_URL = 'https://lab.uberspace.de/guide_offen.html' YUNOHOST_DIRECT_URL = 'https://github.com/offen/offen_ynh' OFFEN_AUDITORIUM_URL = 'https://offen.offen.dev/auditorium/' -DOCS_URL_CAMPAIGN_TOP = 'https://docs.offen.dev/?utm_campaign=top' -DOCS_URL_CAMPAIGN_BOTTOM = 'https://docs.offen.dev/?utm_campaign=bottom' +DOCS_URL = 'https://docs.offen.dev/' DOCS_GETSTARTED_URL = 'https://docs.offen.dev/running-offen/' DOCS_GETSTARTED_URL_CAMPAIGN = 'https://docs.offen.dev/running-offen/?utm_campaign=get-started' DOCS_TRYDEMO_URL = 'https://docs.offen.dev/running-offen/test-drive/' diff --git a/homepage/theme/templates/base.html b/homepage/theme/templates/base.html index f54a417..6470dcb 100644 --- a/homepage/theme/templates/base.html +++ b/homepage/theme/templates/base.html @@ -47,9 +47,11 @@