From 05569d150abac93b306d923679af6122c89e3b62 Mon Sep 17 00:00:00 2001
From: Benjamin Southall
Date: Fri, 23 Sep 2016 22:29:35 +0900
Subject: [PATCH] Updated copyright year
---
templates/thread.html | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/templates/thread.html b/templates/thread.html
index 62fe2c12..346db449 100644
--- a/templates/thread.html
+++ b/templates/thread.html
@@ -40,8 +40,10 @@
{% if config.global_message %}
{{ config.global_message }}
{% endif %}
- [{% trans %}Return{% endtrans %}]
- [{% trans %}Go to bottom{% endtrans %}]
+
+
vichan Copyright © 2012-2016 vichan-devel
+
lainchan Copyright © 2014-2016 lainchan Administration
{% for footer in config.footer %}{{ footer }}
{% endfor %}