From 4b4faae0095bcebbb6da206a68adbac285df92fe Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 20 Sep 2020 19:55:33 -0500 Subject: [PATCH] Show node title in header, for home page --- tailbone/views/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tailbone/views/common.py b/tailbone/views/common.py index 39e938b6..09525140 100644 --- a/tailbone/views/common.py +++ b/tailbone/views/common.py @@ -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: