Merge pull request #29 from tlvb/catalog-title

make the catalog show the board name in the title
This commit is contained in:
Michael Walker 2015-09-09 04:58:26 +01:00
commit 72e8587628

View File

@ -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">