From 461d98b9457f90a6ff87534081f760572301e6f9 Mon Sep 17 00:00:00 2001 From: copypaste Date: Thu, 18 Jul 2013 11:34:04 -0400 Subject: [PATCH] Catalog theme --- templates/themes/catalog/catalog.html | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 templates/themes/catalog/catalog.html diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html new file mode 100644 index 00000000..501117a8 --- /dev/null +++ b/templates/themes/catalog/catalog.html @@ -0,0 +1,35 @@ +{% filter remove_whitespace %} + + + + + {{ settings.title }} + + + {% if config.url_favicon %}{% endif %} + + + {{ boardlist.top }} +
+

{{ settings.title }} (/{{ board }}/)

+
{{ settings.subtitle }}
+
+ + + +
+

Powered by Tinyboard {{ config.version }} | Tinyboard Copyright © 2010-2013 Tinyboard Development Group

+ + +{% endfilter %}