Merge pull request #29 from tlvb/catalog-title
make the catalog show the board name in the title
This commit is contained in:
commit
72e8587628
@ -7,7 +7,7 @@
|
|||||||
active_page = "catalog";
|
active_page = "catalog";
|
||||||
</script>
|
</script>
|
||||||
{% include 'header.html' %}
|
{% include 'header.html' %}
|
||||||
<title>{{ settings.title }}</title>
|
<title>{{ settings.title }} (/{{ board }}/)</title>
|
||||||
</head>
|
</head>
|
||||||
<body class="theme-catalog">
|
<body class="theme-catalog">
|
||||||
<div class="topbar">
|
<div class="topbar">
|
||||||
|
Loading…
Reference in New Issue
Block a user