1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-17 19:29:28 +01:00

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
parent 5dd7ba1c98
commit 8f70c7e138

View File

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