Show the custom title in all modes

This commit is contained in:
Micah Lee 2021-04-12 18:15:51 -04:00
parent 024cc83943
commit 3d9ca3f1ec
7 changed files with 61 additions and 51 deletions

View file

@ -60,6 +60,7 @@ class WebsiteModeWeb(SendBaseModeWeb):
breadcrumbs=breadcrumbs,
breadcrumbs_leaf=breadcrumbs_leaf,
static_url_path=self.web.static_url_path,
title=self.web.settings.get("general", "title"),
)
)