Update catalog.html

Changed title from being - "Catalog /board/" to "/board/ - Catalog"
This commit is contained in:
anonfagola 2014-09-28 10:01:17 -07:00 committed by czaks
parent 3f29170f1b
commit cb97029d0d

View File

@ -8,7 +8,7 @@
, board_name = "{{ board }}";
</script>
{% include 'header.html' %}
<title>{{ settings.title }}</title>
<title>{{ board }} - Catalog</title>
</head>
<body class="theme-catalog">
{{ boardlist.top }}