From 2f0bfbc9aa7672a4289f0d9e2a44984a656bc4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leo=20B=C3=A4rring?= Date: Mon, 7 Sep 2015 21:19:31 +0200 Subject: [PATCH] make the catalog show the board name in the title Currently: Having tabs open for /foo/ /bar/ and /baz/ catalogs, tabs would be listed as [Catalog] [Catalog] [Catalog] - confusing. With the change: The tabs would now show [Catalog (/foo/)] [Catalog (/bar/)] [Catalog (/baz/)] - less confusing. --- templates/themes/catalog/catalog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html index 92969b00..072e9615 100644 --- a/templates/themes/catalog/catalog.html +++ b/templates/themes/catalog/catalog.html @@ -7,7 +7,7 @@ active_page = "catalog"; {% include 'header.html' %} - {{ settings.title }} + {{ settings.title }} (/{{ board }}/)