Browse Source

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.
pull/40/head
Leo Bärring 9 years ago
parent
commit
2f0bfbc9aa
  1. 2
      templates/themes/catalog/catalog.html

2
templates/themes/catalog/catalog.html

@ -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…
Cancel
Save