forked from leftypol/leftypol
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue