Show node title in header, for home page
This commit is contained in:
parent
f37a9963f6
commit
4b4faae009
|
@ -71,6 +71,7 @@ class CommonView(View):
|
|||
'image_url': image_url,
|
||||
'use_buefy': self.get_use_buefy(),
|
||||
'help_url': global_help_url(self.rattail_config),
|
||||
'index_title': self.rattail_config.node_title(),
|
||||
}
|
||||
|
||||
if self.expose_quickie_search:
|
||||
|
|
Loading…
Reference in a new issue