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.
This commit is contained in:
Leo Bärring 2015-09-07 21:19:31 +02:00
parent 25c3ca1899
commit 2f0bfbc9aa

View File

@ -7,7 +7,7 @@
active_page = "catalog";
</script>
{% include 'header.html' %}
<title>{{ settings.title }}</title>
<title>{{ settings.title }} (/{{ board }}/)</title>
</head>
<body class="theme-catalog">
<div class="topbar">