From 8f70c7e1383174385911a40bec7a9e4de4d5dd83 Mon Sep 17 00:00:00 2001
From: anonfagola <anonfagola@users.noreply.github.com>
Date: Sun, 28 Sep 2014 10:01:17 -0700
Subject: [PATCH] Update catalog.html

Changed title from being - "Catalog /board/" to "/board/ - Catalog"
---
 templates/themes/catalog/catalog.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html
index be02a80e..4a7e6f3b 100644
--- a/templates/themes/catalog/catalog.html
+++ b/templates/themes/catalog/catalog.html
@@ -7,7 +7,7 @@
 		active_page = "catalog";
 	</script>
 	{% include 'header.html' %}
-	<title>{{ settings.title }}</title>
+	<title>{{ board }} - Catalog</title>
 </head>
 <body class="theme-catalog">
 	{{ boardlist.top }}