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:
parent
25c3ca1899
commit
2f0bfbc9aa
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user