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";
|
||||
</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