Browse Source

Merge pull request #29 from tlvb/catalog-title

make the catalog show the board name in the title
pull/40/head
Michael Walker 9 years ago
parent
commit
72e8587628
  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